bradfrost / style-guide-guide

A boilerplate for creating your own custom style guide
http://bradfrost.github.io/style-guide-guide
MIT License
1.23k stars 169 forks source link

Restructure Sass Partials #5

Closed bradfrost closed 7 years ago

bradfrost commented 8 years ago

The SCSS structure should look like this

/css
  /scss
    /abstracts
    /base
    /utilities
    /layout
    /components
    /scope

We probably won't need scope or utilities for this site, but this is how I'm envisioning structuring Sass partials now.