swc/css/parser/tests/fixture/rome/smoke/input.css
2021-08-19 05:16:32 +00:00

13 lines
220 B
CSS

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