swc/css/parser/tests/fixture/comment/input.css
2021-10-13 20:48:15 +09:00

36 lines
478 B
CSS

/* comment */a/* comment */
{
/* comment */color/* comment */:/* comment */red/* comment */;
}
/* a { color: black } */
/**/
/* */
div {
/* inside */
color: black;
/* between */
background: red;
/* end */
}
/* b */
a {
color: black;
/* c */
}
@media/* comment */screen/* comment */{}
@media /* comment */ screen /* comment */ {}
/*!test*/
/*!te
st*/
/*!te
st*/
/*!te**st*/
/****************************/
/*************** FOO *****************/