These instructions will get you a copy of the project up and running on your local machine.
### Prerequisites
All styles in this project are written in the [Sass](https://sass-lang.com/) language. So a preprocessor may be needed to form Cascading Style Sheets (CSS).
Please choose a implementation suitable for your needs from the [Install Sass document](https://sass-lang.com/install).
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:
```scss
@import "hippie/hippie";
```
It is also possible to link to the resulting CSS file. First the file needs to be compiled:
```
sass hippie/_hippie.scss stylesheets/hippie.css
```
Now the stylesheet can be included into the HTML document:
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).