Files
deb-python-lesscpy/test/css/mixin-args-nested.css
Sascha Peilicke a556030931 Move tests to root dir
In essence, tests are not an importable submodule anymore but an
independent piece of code that won't be installed in a user's
site-packages directory.
2014-02-02 13:28:58 +01:00

76 lines
947 B
CSS

#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;
}