Files
deb-python-lesscpy/lesscpy/test/css/variables.min.css
2012-02-26 16:36:13 +00:00

12 lines
521 B
CSS

.variables{width:14cm;}
.variables{height:24px;color:#888888;font-family:"Trebuchet MS",Verdana,sans-serif;quotes:"~""~";}
.redefinition{three:3;}
.values{font-family:'Trebuchet','Trebuchet','Trebuchet';color:#888888 !important;url:url('Trebuchet');multi:something 'A',B,C,'Trebuchet';}
.variable-names{name:'hello';}
.alpha{filter:alpha(opacity=42);}
.lazy-eval{width:100%;}
.scope1{color:blue;border-color:black;}
.scope2{color:blue;}
.scope3{color:red;border-color:black;background-color:white;}
.scope4{color:black;}