blob: 92fd82b045b7f166a775e9ec60af8708f198e95a [file] [log] [blame]
.t.e.s.t. templatingless source code
h1 {
color: red;
}
.e.o.f.
.t.e.s.t. templated source code
h1 {
color: @@@;
}
.e.o.f.
.t.e.s.t. templated source code
h1 {
@@@: red;
}
.e.o.f.
#.t.e.s.t. templated source code
#h1 {
# col@@@r: red;
#}
#.e.o.f.
#.t.e.s.t. templated source code
#h1 {
# co@@@@@@r: red;
#}
#.e.o.f.
.t.e.s.t. templated source code
@@@ h2 @@@ h4 {
}
.e.o.f.