Files
deb-python-lesscpy/test/less/properties-vendor.less
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

12 lines
372 B
Plaintext

div.vendor {
-moz-transform: translate(0, 11em) rotate(-90deg);
-webkit-animation: anim2 7s infinite ease-in-out;
}
div.long {
-moz-box-shadow: 0pt 0pt 2px rgba(255, 255, 255, 0.4) inset,
0pt 4px 6px rgba(255, 255, 255, 0.4) inset;
}
div.styles {
display: -moz-inline-stack;
background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
}