This sentence summaries what the website is for.
A second sentence shares interesting/unique/important facts about the project that a new contributor should be aware of. Please replace all this text in your new project.
-
Install SASS
$ gem install sass
CSS files are auto generated from SCSS files. Edit SCSS files as if they are CSS files. Run SASS precompiler before you start changing scss files.
$ sass -w assets/stylesheets/scss/main.scss:../css/main.css
Check the 'Issues' section on github for any open issues.