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:
parent
c9f3bbc8c7
commit
fd8c70e9ba
|
@ -0,0 +1,9 @@
|
|||
.animal {
|
||||
color: red;
|
||||
}
|
||||
.dog {
|
||||
&:extend(.animal);
|
||||
&:hover {
|
||||
color: green;
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue