mirror of
https://github.com/less/less.js.git
synced 2026-02-02 19:15:04 -05:00
(test) mixin-guards
This commit is contained in:
20
test/css/mixins-guards.css
Normal file
20
test/css/mixins-guards.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.light1 {
|
||||
color: white;
|
||||
margin: 1px;
|
||||
}
|
||||
.light2 {
|
||||
color: black;
|
||||
margin: 1px;
|
||||
}
|
||||
.max1 {
|
||||
width: 6;
|
||||
}
|
||||
.max2 {
|
||||
width: 8;
|
||||
}
|
||||
.glob1 {
|
||||
margin: auto auto;
|
||||
}
|
||||
.default1 {
|
||||
content: default;
|
||||
}
|
||||
Reference in New Issue
Block a user