mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
4 lines
160 B
CSS
4 lines
160 B
CSS
/* neither of them should load. trying multiple cases*/
|
|
@import url("style_imported.css");
|
|
@import 'style_imported.css';
|
|
#text-for-import-test { color: blue; }
|