Add notes about example files
This commit is contained in:
parent
70e2dfb7dd
commit
345037497a
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue