mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
8 lines
172 B
CSS
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;
|
|
}
|
|
} |