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.