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
/
compression
/
compression.less
1
#colours {
2
color1: #fea;
3
color2: #ffeeaa;
4
color3: rgba(255, 238, 170, 0.1);
5
@color1: #fea;
6
string: "@{color1}";
7
/* comments are stripped */
8
// both types!
9
/*! but not this type
10
Note preserved whitespace
11
*/
12
}
13
dimensions {
14
val: 0.1px;
15
val: 0em;
16
val: 4cm;
17
val: 0.2;
18
val: 5;
19
angles-must-have-unit: 0deg;
20
durations-must-have-unit: 0s;
21
length-doesnt-have-unit: 0px;
22
width: auto\9;
23
}
24
@page {
25
marks: none;
26
@top-left-corner {
27
vertical-align: top;
28
}
29
@top-left {
30
vertical-align: top;
31
}
32
}