prettier/tests/stylefmt/comment-in-rules/comment-in-rules.css

14 lines
139 B
CSS

.class
{display: inline-block;
/* comment */
float: left;}
#id {
font-size: 12px;
/* colors */
color: pink;
background: #fff;
}