deb-python-lesscpy/lesscpy/test/css/escapes.css
Sascha Peilicke 840f3265a3 Don't evaluate expression in 'font: 0/0 a;'
This is the ugliest (but valid) CSS statement since sliced bread and
Bootstrap3 makes use of it in the escaped form: 'font: ~"0/0" a;'. Add
test-cases for both variants and special treatment in Expression.parse.

Oh my...
2013-12-20 11:15:42 +01:00

13 lines
140 B
CSS

.escape\|random\|char {
color: red;
}
.mixin\!tUp {
font-weight: bold;
}
.trailingTest\+ {
color: red;
}
.font-madness {
font: 0/0 a;
}