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