Skip to content

Commit

Permalink
See #61. Add LESS example with Mixins to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Sep 7, 2014
1 parent 9c1965d commit 7dbff2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/simple-jsbeautifyrc/test3.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Breaks (fixed now)
.mixin(@variable, @anotherVariable) {
}
// Works
.mixin(@variable; @anotherVariable) {
}
// Ok
.mixin(@variable) {
}

0 comments on commit 7dbff2c

Please sign in to comment.