## 1. Install ruby
[https://rubyinstaller.org/downloads/](Ruby installer)
You must probably restart your computer before the next step.
## 2. Install sass gem
```bash
gem install sass
```
## 3. Run watch mode
Compile from `scss/` directory to `css/` directory will look like this.
```bash
sass --watch scss/:css/
```
## 4. Tips
Files that are named with an underscore in the beginning will not be created in utmatningsmappen.
You can read data from these files by importing the files into the core file.