Basic structure

In this lesson, we'll take a look at an example of a basic project structure.

We'll cover the following...

If you’re using SASS on a small project, such as a single web page, a very minimal project structure could be:

_base.scss
_layout.scss
_components.scss
main.scss

Here ...