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
/
javascript.css
1
.eval {
2
js: 42;
3
js: 2;
4
js: "hello world";
5
js: 1, 2, 3;
6
title: "string";
7
ternary: true;
8
multiline: 2;
9
}
10
.scope {
11
var: 42;
12
escaped: 7px;
13
}
14
.vars {
15
width: 8;
16
}
17
.escape-interpol {
18
width: hello world;
19
}
20
.arrays {
21
ary: "1, 2, 3";
22
ary1: "1, 2, 3";
23
}