Skip to content

Instantly share code, notes, and snippets.

@arnold-almeida
Last active January 1, 2017 13:36
Show Gist options
  • Save arnold-almeida/9106367 to your computer and use it in GitHub Desktop.
Save arnold-almeida/9106367 to your computer and use it in GitHub Desktop.
A suggestion on how to organise your scss prohect
// link : https://medium.com/p/24cfae349724
// version : 1.0.0
scss/
|
|— site/ # website namespace
|  |— modules/
| |— common/
| |— _footer.scss
| |— _header.scss
| |— _nav.scss
| |— layouts/
| |— _default.scss
| |— _mobile.scss
| |— _tablet.scss
| |— uikit/
| |— _all.scss
| |— _buttons.scss
| |— _modal.scss
| |— _forms.scss
| |— _typography.scss
| …
|  |— _all.scss
|   |— _homepage.scss
| |— _variables.scss
|
| — mixins/
| |— _all.scss
| |— _colorscales.scss
| |— _fontcalc.scss
|
| — vendor/ # 3rd party libraries
| |— _normalize.scss
| …
— site.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment