Sass project boilerplate following the ITCSS (Inverted Triangle CSS) methodology
At GPMD we've been using an ITCSS structure for our Sass projects for a while now. If you're interested in finding out more about ITCSS you can watch this talk by Harry Roberts.
For each new project I set up I keep finding myself creating the same directory and @import
file structure. To speed things up I've generated this repo as a quick and easy starting point.
This isn't a Sass framework. There is no actual SCSS or CSS included, it's just a bare-bones directory and @import
file structure (for now...).
Created by Matt Bailey.