Exemplary directory structure. Use when starting a new project.
- Bower:
bower install --save bits-sass-example-dir-structure
- Download: zip, tar.gz
- Git:
git clone https://github.com/bits-sass/example-dir-structure.git
Just copy the sass
folder to your app directory.
sass
├── _shame.scss
├── main.scss
├── base
├── core
| ├── components
| └── utils
├── helpers
├── theme
| ├── components
| └── utils
└── variables
├── _global.scss
├── base
| ├── _colors.scss
| ├── _typography.scss
├── components
├── mixins
└── utils