It was brought to my attention that some style stopped working as userscript…
Mint
/* ==UserStyle==
@name Test style for debugging conversion to userscript
@namespace github.com/openstyles/stylus
@version 2.0.0
@license CC0
@description It was brought to my attention that some style stopped working as userscript…
==/UserStyle== */
/*
Global part, but with nesting:
*/
:root {
& p { color: green; }
}
@-moz-document domain("greasyfork.org") {
/*
Local part:
*/
p { color: red; }
}