File: css-escapes.less

package info (click to toggle)
less.js 1.6.3~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,220 kB
  • ctags: 1,015
  • sloc: sh: 122; makefile: 63; perl: 11
file content (33 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@ugly: fuchsia;

.escape\|random\|char {
	color: red;
}

.mixin\!tUp {
	font-weight: bold;
}

// class="404"
.\34 04 {
	background: red;
	
	strong {
		color: @ugly;
		.mixin\!tUp;
	}
}

.trailingTest\+ {
	color: red;
}

/* This hideous test of hideousness checks for the selector "blockquote" with various permutations of hex escapes */
\62\6c\6f \63 \6B \0071 \000075o\74 e {
	color: silver;
}

[ng\:cloak],
ng\:form {
  display: none;
}