mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
7 lines
106 B
CSS
7 lines
106 B
CSS
|
|
/*
|
||
|
|
* Bug 1202095 - parseStyleSheet should not re-load @imports
|
||
|
|
*/
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: purple;
|
||
|
|
}
|