From 345037497a1925cf327a5f44c5c48b8ec16ce62a Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 6 Dec 2018 21:49:25 +0200 Subject: [PATCH] Add notes about example files --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f12f6b7..5210201 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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. +Note that all `@import` rules need to be placed before any other rules in the file, including @namespace rules. # Theme @@ -34,3 +34,6 @@ Example userChrome.css resulting in rather complete dark blueish-grey UI: ``` You can use individual modules from theme such as to only include popups_and_menus. But it would still be required that you import the theme_color_variables.css or you'll have to manually edit all the colors. + + +Example userChrome.css and userContent.css can be used as is to enable theme + certain features after /chrome and /content folders are copied into your profile. \ No newline at end of file