mirror of
https://github.com/less/less.js.git
synced 2026-02-06 13:05:07 -05:00
21 lines
196 B
CSS
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;
|
|
}
|