mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
7 lines
99 B
CSS
7 lines
99 B
CSS
/*
|
|
* Bug 1202095 - parseStyleSheet should not re-load @imports
|
|
*/
|
|
|
|
body {
|
|
color: chartreuse;
|
|
}
|