Skip to content

Instantly share code, notes, and snippets.

@JamesHusband
Created February 21, 2018 11:06
Show Gist options
  • Save JamesHusband/82f4355e9e4558d9aa89853d6f88d758 to your computer and use it in GitHub Desktop.
Save JamesHusband/82f4355e9e4558d9aa89853d6f88d758 to your computer and use it in GitHub Desktop.
Folder Layout for SASS
dist >
style.min.css (this is the compiled css from style.scss)
src >
style.scss (includes all module.sccs file from child folders)
base >
_variables.scss
_typography.scss
_buttons.scss
etc
components >
styles for different components of the website (header, footer, cards etc )
vendor >
3rd party plugin styless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment