Files
deb-python-lesscpy/lesscpy/test/css/css-escapes.css
2012-01-28 14:52:09 +00:00

17 lines
194 B
CSS

.escape\|random\|char {
color: red;
}
.mixin\!tUp {
font-weight: bold;
}
.\34 04 {
background: red;
}
.\34 04 strong {
color: fuchsia;
font-weight: bold;
}
.trailingTest\+ {
color: red;
}