Skip to content

Commit

Permalink
See #77. Add example of broken SCSS case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Sep 7, 2014
1 parent a3bbd80 commit 4f5c75c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/simple-jsbeautifyrc/test.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#cta {
.container {
.cta--primary {
&:visited {
//whatever
}
&::before {
//whatever
}
}
}
}

0 comments on commit 4f5c75c

Please sign in to comment.