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

15 lines
150 B
Plaintext

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