swc/crates/swc_css_parser/tests/fixture/rome/values/input.css
2021-11-12 19:37:05 +09:00

20 lines
183 B
CSS

p::before {
content: ' content ';
}
.number {
opacity: 1e-3;
line-height: 0.2;
width: 20%;
margin-top: -5%;
}
foo {
color: yellow
}
bar {
color: yellow;
background: none
}