Files
less.js/test/css/mixins-guards.css
2011-12-24 13:32:43 +01:00

21 lines
196 B
CSS

.light1 {
color: white;
margin: 1px;
}
.light2 {
color: black;
margin: 1px;
}
.max1 {
width: 6;
}
.max2 {
width: 8;
}
.glob1 {
margin: auto auto;
}
.default1 {
content: default;
}