mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
(test) mixin closures
This commit is contained in:
9
test/css/mixins-closure.css
Normal file
9
test/css/mixins-closure.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.class {
|
||||
width: 99px;
|
||||
}
|
||||
.overwrite {
|
||||
width: 99px;
|
||||
}
|
||||
.nested .class {
|
||||
width: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user