deb-python-lesscpy/test/css/mixin-args-guards.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

34 lines
361 B
CSS

.a {
width: 1px;
height: -1px;
padding: 0;
padding: 0;
padding: 0;
}
.b {
margin: 11;
margin: -11;
}
.c {
height: 5px;
width: 5px;
}
.d {
src: 'mobile';
padding: 1px;
}
.e {
width: 9px;
color: yellow;
src: 'http://www.lesscss.org/#-parametric-mixins';
filter: 'wtf';
ignore: when;
}
.f {
width: 9px;
height: -9px;
}
.a .span5 {
width: 5px;
}