a1exlism
12/18/2017 - 3:15 AM

SCSS_import_from_another_scss_file

Wim Mertens@stackoverflow You can include a partial by doing this:
@import "partial";
The imported file needs an underscore, so sass will recognize it to be included: _partial.scss