June
9429366f49
All checks were successful
/ build (pull_request) Successful in 36s
So differentiate between general stuff like variables, implicit general document styling and classes, which need to be used explicitly.
9 lines
192 B
SCSS
9 lines
192 B
SCSS
// General variables.
|
|
@import "variables.scss";
|
|
|
|
// General implicit document styling.
|
|
@import "document/typography.scss";
|
|
|
|
// Classes to be used explicitly.
|
|
@import "classes/container.scss";
|