swc/crates/swc_css_parser/tests/fixture/rome/smoke/input.css
2021-11-12 19:37:05 +09: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%);*/
/* }*/
/*}*/