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

10 lines
310 B
Plaintext

.well {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d')", argb(#555)));
color: rgba(90, 23, 148, 0.5);
color: argb(rgb(100, 100, 100));
color: argb(rgb(140, 100, 100, 100));
color: argb(rgba(90, 23, 148, 50));
color: argb(rgba(90, 23, 148, 0.5));
color: argb(#555);
}