swc/css/parser/tests/fixture/rome/values/input.css

20 lines
183 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
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
}