Test style for debugging conversion to userscript

It was brought to my attention that some style stopped working as userscript…

Ajankohdalta 9.2.2024. Katso uusin versio.

/* ==UserStyle==
@name           Test style for debugging conversion to userscript
@namespace      github.com/openstyles/stylus
@version        31.0.0
@license        CC0
@description    It was brought to my attention that some style stopped working as userscript…
==/UserStyle== */

/*
...
*/
*:not(#a) {
  color: green;
}

/*
...
*/
@-moz-document domain("facebook.com") {
  el {
    color: red;
  }
}