See #61. Add LESS example with Mixins to test.
This commit is contained in:
parent
9c1965dec6
commit
7dbff2cbc1
|
@ -0,0 +1,9 @@
|
|||
// Breaks (fixed now)
|
||||
.mixin(@variable, @anotherVariable) {
|
||||
}
|
||||
// Works
|
||||
.mixin(@variable; @anotherVariable) {
|
||||
}
|
||||
// Ok
|
||||
.mixin(@variable) {
|
||||
}
|
Loading…
Reference in New Issue