Skip to content

Commit

Permalink
See #159. Add failing LESS code to test once fix is available.
Browse files Browse the repository at this point in the history
See prettydiff/prettydiff#31
fix is not yet available on NPM.
  • Loading branch information
Glavin001 committed Dec 28, 2014
1 parent c9f3bbc commit fd8c70e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions examples/simple-jsbeautifyrc/test5.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.animal {
color: red;
}
.dog {
&:extend(.animal);
&:hover {
color: green;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"strip-json-comments": "^0.1.3",
"js-yaml": "^3.0.2",
"temp": "^0.8.0",
"prettydiff": "^1.2.4",
"prettydiff": "^1.6.11",
"node-uuid": "^1.4.1",
"analytics-node": "^1.0.2",
"coffee-formatter": "^0.1.0",
Expand Down

0 comments on commit fd8c70e

Please sign in to comment.