File: mixin-args-nested.min.css

package info (click to toggle)
python-lesscpy 0.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 3,572; sh: 20; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#e{radius:5px;}
#j{radius:5px;}
#k{radius:1px;}
.content{width:600px;}
.content .column{margin:600px;}
.content .column.blue{color:blue;}
.content .column.blue .deep{padding:600px;}
.content-em{width:200px;}
.content-em .column{margin:200px;}
.content-em .column.blue{color:blue;}
.content-em .column.blue .deep{padding:200px;}
.test-2{width:300px;width:300px;}
.test-2 .column{margin:300px;}
.test-2 .column.blue{color:blue;}
.test-2 .column.blue .deep{padding:300px;}
.test-2-em{width:600px;width:600px;}
.test-2-em .column{margin:600px;}
.test-2-em .column.blue{color:blue;}
.test-2-em .column.blue .deep{padding:600px;}
.tx{padding:3px;margin:1px;}
.ty{padding:7px;margin:3px;}
.font{font-family:Georgia,"Times New Roman",Times,serif;}
.deferred{background-color:#705b4e;}
span.callswithinscope{padding:6px;}