mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
33 lines
342 B
CSS
33 lines
342 B
CSS
.light1 {
|
|
color: white;
|
|
margin: 1px;
|
|
}
|
|
.light2 {
|
|
color: black;
|
|
margin: 1px;
|
|
}
|
|
.max1 {
|
|
width: 6;
|
|
}
|
|
.max2 {
|
|
width: 8;
|
|
}
|
|
.glob1 {
|
|
margin: auto auto;
|
|
}
|
|
.ops1 {
|
|
height: gt-or-eq;
|
|
height: lt-or-eq;
|
|
}
|
|
.ops2 {
|
|
height: gt-or-eq;
|
|
height: not-eq;
|
|
}
|
|
.ops3 {
|
|
height: lt-or-eq;
|
|
height: not-eq;
|
|
}
|
|
.default1 {
|
|
content: default;
|
|
}
|