Starting point for Sass projects. Really needs a good update though....
(Last updated: 0.9.9 - May 14, 2016)
The only thing you need to use Brass Tacks is Sass v 3.3+.
Install SASS: http://sass-lang.com/install
however
You may use the included Grunt build.
This build process requires Grunt >=0.4.0
If you haven’t used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you’re familiar with that process, you may install dependencies with this command:
npm install
Watch for changes
grunt
Watch for changes with server at port 8000
grunt server
or
grunt s
Brass Tacks’ Sass files are split up into four base folders, and two optional folders, to help keep the code organized and easy to find.
Read more about the Sass file architecture and how to customize Brass Tacks in the Sass ReadMe.md.