Files
deb-python-lesscpy/lesscpy/test/css/calls.css
2012-03-24 17:23:14 +00:00

26 lines
440 B
CSS

#standard {
width: 16;
height: undefined("self");
border-width: 5;
variable: 11;
decrement: 9;
rounded: 10;
roundedpx: 3px;
}
#escapes {
escaped: -Some::weird(#thing, y);
escaped1: -Some::weird(#thing, z);
eformat: rgb(32, 128, 64);
}
#format {
format: "rgb(32, 128, 64)";
format-string: "hello world";
format-multiple: "hello earth 2";
format-url-encode: 'red is %23ff0000';
}
#more {
width: 1px;
height: 1px;
top: 50%;
}