Add notification that theme files should be imported first
This commit is contained in:
parent
88e060cd30
commit
48f3796dc9
1 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ You can import the stylesheets with @-rule import like this:
|
||||||
|
|
||||||
Note that all `@import` rules need to be placed before any other rules in the file, including @namespace rules. Additionally, the order of imported files is just as important as the order of rules within one file.
|
Note that all `@import` rules need to be placed before any other rules in the file, including @namespace rules. Additionally, the order of imported files is just as important as the order of rules within one file.
|
||||||
|
|
||||||
|
**Most notably, you are advised to import theme_ files before any other modules.**
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
|
|
||||||
Stylesheets prefixed with `theme_` require `theme_color_variables.css` to be imported.
|
Stylesheets prefixed with `theme_` require `theme_color_variables.css` to be imported.
|
||||||
|
|
Loading…
Reference in a new issue