See #159. Add failing LESS code to test once fix is available.

See https://github.com/austincheney/prettydiff/issues/31
fix is not yet available on NPM.
This commit is contained in:
Glavin Wiechert 2014-12-27 22:21:38 -04:00
parent c9f3bbc8c7
commit fd8c70e9ba
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
.animal {
color: red;
}
.dog {
&:extend(.animal);
&:hover {
color: green;
}
}

View File

@ -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",