fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tags to document and organization
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
css
/
mixins-named-args.css
1
.named-arg {
2
color: blue;
3
width: 5px;
4
height: 99%;
5
args: 1px 100%;
6
text-align: center;
7
}
8
.class {
9
width: 5px;
10
height: 19%;
11
args: 1px 20%;
12
}
13
.all-args-wrong-args {
14
width: 10px;
15
height: 9%;
16
args: 2px 10%;
17
}
18
.named-args2 {
19
width: 15px;
20
height: 49%;
21
color: #646464;
22
}
23
.named-args3 {
24
width: 5px;
25
height: 29%;
26
color: #123456;
27
}