swc/crates/swc_css_modules/tests/fixture/nested-import/source.css
2022-10-05 05:48:28 +00:00

8 lines
112 B
CSS

@import './imported.css';
@import './other-imported.css';
.foo {
color: red;
color: rgb(0 0 100% / 90%);
}