Skip to content

Instantly share code, notes, and snippets.

@pradeep1991singh
Last active February 11, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradeep1991singh/d317cd010a6a01de24aacc8d571203be to your computer and use it in GitHub Desktop.
Save pradeep1991singh/d317cd010a6a01de24aacc8d571203be to your computer and use it in GitHub Desktop.
Project structure of html-sass project
html-sass/
---- index.html
---- package.json
---- sass/
-------- _footer.scss
-------- _header.scss
-------- _variables.scss
-------- _main-content.scss
-------- _mixins.scss
-------- styles.scss
---- css/
-------- styles.css 
  • Note: no need to create styles.css as this will be automatically generated from styles.scss.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment