Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created February 20, 2015 22:32
Show Gist options
  • Save fleeting/9edfd40df396bd11c37b to your computer and use it in GitHub Desktop.
Save fleeting/9edfd40df396bd11c37b to your computer and use it in GitHub Desktop.

Structure One

styles
├── sass
│   ├── styles.scss
|   └── _imports
│       ├── _grid.scss
│       ├── _typography.scss
│       └── _forms.scss
├── app.css
└── app.min.css

Structure Two

styles
├── sass
│   ├── styles.scss
│   ├── _grid.scss
│   ├── _typography.scss
│   └── _forms.scss
├── app.css
└── app.min.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment