Fixes #149. Update prettydiff to fix interpolated text vars in SCSS
This commit is contained in:
parent
3550280502
commit
dc1e720e90
|
@ -1,8 +1,8 @@
|
||||||
@mixin text-emphasis-variant($parent, $color) {
|
@mixin text-emphasis-variant($parent, $color) {
|
||||||
#{$parent;} {
|
#{$parent} {
|
||||||
color: $color;
|
color: $color;
|
||||||
}
|
}
|
||||||
a#{$parent;}:hover {
|
a#{$parent}:hover {
|
||||||
color: darken($color, 10%);
|
color: darken($color, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -94,7 +94,7 @@
|
||||||
"lodash": "2.4.1",
|
"lodash": "2.4.1",
|
||||||
"loophole": "^1.0.0",
|
"loophole": "^1.0.0",
|
||||||
"node-uuid": "^1.4.1",
|
"node-uuid": "^1.4.1",
|
||||||
"prettydiff": "^1.6.12",
|
"prettydiff": "^1.6.13",
|
||||||
"space-pen": "^4.3.0",
|
"space-pen": "^4.3.0",
|
||||||
"strip-json-comments": "^0.1.3",
|
"strip-json-comments": "^0.1.3",
|
||||||
"temp": "^0.8.0",
|
"temp": "^0.8.0",
|
||||||
|
|
Loading…
Reference in New Issue