Stylus; Error when i want import my Userstyles to Firefox Quantum (but work on Waterfox/ Stylish)
My userstyle:
Mozilla Addon Widescreen NEW design v.107
have many error when i want to import it on Stylus.
How to fixe them ?
It looks like you're new here. If you want to get involved, click one of these buttons!
My userstyle:
Mozilla Addon Widescreen NEW design v.107
have many error when i want to import it on Stylus.
How to fixe them ?
Comments
Corrected by just moving the regex in first:
@-moz-document regexp("https://web.archive.org/web/./https://addons.mozilla.org/.") ,domain("addons.mozilla.org"), domain("addons-dev.allizom.org"), domain("addons.mozilla.org.")
But i don't understand why this :
@-moz-document domain("addons.mozilla.org"), domain("addons-dev.allizom.org"), domain("addons.mozilla.org.") ,regexp("https://web.archive.org/web/./https://addons.mozilla.org/.")
Provide errors?
Thanks!