Skip to content

Commit

Permalink
Add spec test for libsass issue 992
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Mar 12, 2015
1 parent 176ce17 commit 057abef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/libsass-closed-issues/issue_992/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.-text-red- {
color: "red"; }
5 changes: 5 additions & 0 deletions spec/libsass-closed-issues/issue_992/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$color: 'red';

.-text-#{$color}- {
color: $color;
}

0 comments on commit 057abef

Please sign in to comment.