swc/crates/swc_css_parser/tests/fixture/at-rule/starting-style/input.css

10 lines
147 B
CSS

@starting-style {
h1 {
background-color: transparent;
}
@layer foo {
div {
height: 100px;
}
}
}