Skip to content

bits-sass/example-dir-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bits.sass example directory structure

Exemplary directory structure. Use when starting a new project.

Installation

  • 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.

The structure

sass
├── _shame.scss
├── main.scss
├── base
├── core
|   ├── components
|   └── utils
├── helpers
├── theme
|   ├── components
|   └── utils
└── variables
    ├── _global.scss
    ├── base
    |   ├── _colors.scss
    |   ├── _typography.scss
    ├── components
    ├── mixins
    └── utils

About

Exemplary directory structure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published