mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 07:55:59 +03:00
37 lines
505 B
CSS
37 lines
505 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 *****************/
|
|
/* comment *//* comment */
|