Replies: 1 comment 1 reply
-
I can make a new Category in discussions for these types of posts, but maybe it's better to move both of them into wiki? Can you edit it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UserCSS Documentation: https://github.com/openstyles/stylus/wiki/Writing-UserCSS
Make sure to enable UserCSS editor
Config example ⚙️
@preprocessor stylus
- stylus-lang.comor
Output (click to expand)
UserCSS
@var
Metadata → Stylus PreprocessorStylus Preprocessor → CSS
CSS → Injecting style at the bottom of the DOM on websites specified in the
@-moz-document
rule@preprocessor less
- lesscss.orgOutput (click to expand)
UserCSS
@var
Metadata → Less PreprocessorLess Preprocessor → CSS
CSS → Injecting style at the bottom of the DOM on websites specified in the
@-moz-document
rule@preprocessor uso
- userstyles.org docs (Archive)Output (click to expand)
UserCSS
@var
Metadata → USO Preprocessor → CSSCSS → Injecting style at the bottom of the DOM on websites specified in the
@-moz-document
ruleWorking "@var checkbox" in the uso preprocessor (click to expand)
@supports (grid-area: 1) {}
- ON@supports (grid-area: 0) {}
- OFF (invalid property value)@preprocessor default
- CSS VariablesOutput (click to expand)
UserCSS
@var
Metadata → Default Preprocessor → CSSCSS → Injecting style at the bottom of the DOM on websites specified in the
@-moz-document
ruleWorking "@var checkbox" in the default preprocessor (click to expand)
https://caniuse.com/mdn-css_at-rules_container_style_queries_for_custom_properties
Beta Was this translation helpful? Give feedback.
All reactions