Skip to content

Commit

Permalink
Fixes #149. Update prettydiff to fix interpolated text vars in SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Jan 1, 2015
1 parent 3550280 commit dc1e720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@mixin text-emphasis-variant($parent, $color) {
#{$parent;} {
#{$parent} {
color: $color;
}
a#{$parent;}:hover {
a#{$parent}:hover {
color: darken($color, 10%);
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dc1e720

Please sign in to comment.