swc/crates/swc_css_parser/tests/fixture/rome/smoke/input.css

13 lines
220 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
/*This is a comment*/
body {
background: red;
width: calc(1px + 2%);
}
/*@media screen and (min-width: 1337px) {*/
/* body {*/
/* background: blue;*/
/* width: calc(2px + 3%);*/
/* }*/
/*}*/