...

/

Basic structure

Basic structure

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

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 ...