swc/css/parser/tests/fixture/rome/values/input.css
2021-08-19 05:16:32 +00: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
}