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
/
css
/
css-escapes.css
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
}