atom-beautify/examples/nested-jsbeautifyrc/less/expected/test3.less

12 lines
147 B
Plaintext

// Breaks (fixed now)
.mixin(@variable, @anotherVariable) {
}
// Works
.mixin(@variable; @anotherVariable) {
}
// Ok
.mixin(@variable) {
}