*{} * {} p {}
ul,
ol {}
p { color: red; }
p { color: red !important; }
@media screen and (min-width: 100px) {}
@main-color: red;
.foo {
background: @main-color;
}
/* Simple comment here */
content: 'foo';
content: url(foo.png);