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

7 lines
136 B
Plaintext

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