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

8 lines
137 B
Plaintext
Raw Normal View History

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