Organize SCSS: split implicit general styling and explicit. used classes
All checks were successful
/ build (pull_request) Successful in 36s
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.
This commit is contained in:
parent
1d77be4e7c
commit
9429366f49
|
@ -1,3 +1,8 @@
|
|||
// General variables.
|
||||
@import "variables.scss";
|
||||
@import "container.scss";
|
||||
@import "document-typography.scss";
|
||||
|
||||
// General implicit document styling.
|
||||
@import "document/typography.scss";
|
||||
|
||||
// Classes to be used explicitly.
|
||||
@import "classes/container.scss";
|
||||
|
|
Loading…
Reference in a new issue