2021-10-11 20:08:23 +03:00
|
|
|
/* 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 */ {}
|
2021-10-13 14:48:15 +03:00
|
|
|
|
|
|
|
/*!test*/
|
|
|
|
/*!te
|
|
|
|
st*/
|
|
|
|
/*!te
|
|
|
|
|
|
|
|
|
|
|
|
st*/
|
|
|
|
/*!te**st*/
|
|
|
|
/****************************/
|
|
|
|
/*************** FOO *****************/
|
2021-11-11 08:15:01 +03:00
|
|
|
/* comment *//* comment */
|