An open API service indexing awesome lists of open source software.

https://github.com/hacksu/sample-scss-project

Hacksu talk about Sass. A CSS Precompiler.
https://github.com/hacksu/sample-scss-project

advanced lesson

Last synced: about 1 year ago
JSON representation

Hacksu talk about Sass. A CSS Precompiler.

Awesome Lists containing this project

README

          

# Sample Sass Directory

###### To Run

First install Sass
```bash
gem install sass
```

From the `sample-scss-project` directory, run:
```bash
sass --watch scss/:css/
```