Fixes #149. Update prettydiff to fix interpolated text vars in SCSS

This commit is contained in:
Glavin Wiechert 2015-01-01 16:54:44 -04:00
parent 3550280502
commit dc1e720e90
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
@mixin text-emphasis-variant($parent, $color) {
#{$parent;} {
#{$parent} {
color: $color;
}
a#{$parent;}:hover {
a#{$parent}:hover {
color: darken($color, 10%);
}
}

View File

@ -94,7 +94,7 @@
"lodash": "2.4.1",
"loophole": "^1.0.0",
"node-uuid": "^1.4.1",
"prettydiff": "^1.6.12",
"prettydiff": "^1.6.13",
"space-pen": "^4.3.0",
"strip-json-comments": "^0.1.3",
"temp": "^0.8.0",