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