Migration to new home
- Updated project links in README - Update to text in README - Small additions to .gitignore for Sass
This commit is contained in:
parent
bf818600f8
commit
84ddbceb9a
2 changed files with 9 additions and 13 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,12 +1,10 @@
|
|||
# hippie
|
||||
# HIPPIE
|
||||
###################
|
||||
###################
|
||||
|
||||
mixins/_sprite.scss
|
||||
|
||||
|
||||
|
||||
# https://github.com/github/gitignore/blob/master/Sass.gitignore
|
||||
# Sass
|
||||
###################
|
||||
.sass-cache/
|
||||
*.css.map
|
||||
*.sass.map
|
||||
*.scss.map
|
||||
|
|
12
README.md
12
README.md
|
@ -12,7 +12,7 @@ All styles in this project are written in the [Sass](https://sass-lang.com/) lan
|
|||
|
||||
Please choose a implementation suitable for your needs from the [Install Sass document](https://sass-lang.com/install).
|
||||
|
||||
For example in a Node.js environment you can install Sass with the Node package manager:
|
||||
For example in a [Node.js](https://nodejs.org/) environment you can install Sass with the Node package manager:
|
||||
|
||||
```bash
|
||||
npm install -g sass
|
||||
|
@ -20,7 +20,7 @@ npm install -g sass
|
|||
|
||||
### Installing
|
||||
|
||||
Clone the repository `https://github.com/sthag/hippie-styles.git` to a folder to get all source files.
|
||||
Clone the repository `https://quelltext.interaktionsweise.de/interaktionsweise/hippie-style.git` to a folder to get all source files.
|
||||
|
||||
To include HIPPIE styles to a Sass workflow, just import the main file at the appropriate position. Usually this would be at the beginning of your stylesheet:
|
||||
|
||||
|
@ -42,14 +42,12 @@ Now the stylesheet can be included into the HTML document:
|
|||
|
||||
## Versioning
|
||||
|
||||
This project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/hippie-styles/tags).
|
||||
This project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://quelltext.interaktionsweise.de/interaktionsweise/hippie-style/tags).
|
||||
|
||||
## Authors
|
||||
|
||||
* **Stephan Hagedorn** - *Initial work* - [Interaktionsweise](https://interaktionsweise.de)
|
||||
|
||||
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
|
||||
**Stephan Hagedorn** - *Initial work* - [Interaktionsweise](https://interaktionsweise.de)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
||||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
|
||||
|
|
Loading…
Reference in a new issue