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

8 lines
172 B
CSS

@import url(./deep-layer-first-level.css) layer(bootstrap);
/* Adds additional styles to the bootstrap layer: */
@layer bootstrap {
.test {
color: red;
}
}