...

/

Partials and Importing

Partials and Importing

In this lesson, we'll be looking at how to modularize our files with partials & importing.

Definition #

Partials in SASS help us to break up our files into smaller files without affecting performance.

The use of partials allows us to modularize our CSS, to help keep things maintainable.

We divide up our Sass into separate files representing different ...