From 48f3796dc99d0bee711246a3f1db3ca3e9949dc9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 17:21:06 +0200 Subject: [PATCH] Add notification that theme files should be imported first --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d9ad4..e95aa8a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ You can import the stylesheets with @-rule import like this: ## Important! -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