Test style for debugging conversion to userscript

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

2024-02-09 기준 버전입니다. 최신 버전을 확인하세요.

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

/*
...
*/
el {
  color: green;
}

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