fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor code style
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
less
/
css-escapes.less
1
@ugly: fuchsia;
2
3
.escape\|random\|char {
4
color: red;
5
}
6
7
.mixin\!tUp {
8
font-weight: bold;
9
}
10
11
// class="404"
12
.\34 04 {
13
background: red;
14
15
strong {
16
color: @ugly;
17
.mixin\!tUp;
18
}
19
}
20
21
.trailingTest\+ {
22
color: red;
23
}
24
25
/* This hideous test of hideousness checks for the selector "blockquote" with various permutations of hex escapes */
26
\62\6c\6f \63 \6B \0071 \000075o\74 e {
27
color: silver;
28
}
29
30
[ng\:cloak],
31
ng\:form {
32
display: none;
33
}