source:
Dev/trunk/src/client/util/less/test/css/css-escapes.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 419 bytes |
Line | |
---|---|
1 | .escape\|random\|char { |
2 | color: red; |
3 | } |
4 | .mixin\!tUp { |
5 | font-weight: bold; |
6 | } |
7 | .\34 04 { |
8 | background: red; |
9 | } |
10 | .\34 04 strong { |
11 | color: #ff00ff; |
12 | font-weight: bold; |
13 | } |
14 | .trailingTest\+ { |
15 | color: red; |
16 | } |
17 | /* This hideous test of hideousness checks for the selector "blockquote" with various permutations of hex escapes */ |
18 | \62\6c\6f \63 \6B \0071 \000075o\74 e { |
19 | color: silver; |
20 | } |
21 | [ng\:cloak], |
22 | ng\:form { |
23 | display: none; |
24 | } |
Note: See TracBrowser
for help on using the repository browser.