From 9a74a4638934d5cff61bd6a7ad6082a210087744 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 14 Feb 2019 10:01:52 +0200 Subject: [PATCH] Add some more notes about import order --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e95486..af7e3ee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ 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. -**Most notably, you are advised to import theme_ files before any other modules.** +Import any *_patch.css files *after* their base stylesheet. +Import the shared window_control_support.css *before* other stylesheets. + +Additionally, you are advised to import theme_ files before any other modules. # Theme