Skip to content

Commit

Permalink
Merge pull request #15 from lejoe/patch-2
Browse files Browse the repository at this point in the history
Reverts libsass bugfix thank you @idflood & @lejoe
  • Loading branch information
meodai committed May 18, 2015
2 parents e76440e + 1aed668 commit 881986d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _mediaqueries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ $mediaJSON: $mediaJSON + '}';
// an element with this class will be created with JS in order to parse the JSON content
.js-breakpoint:after,
.js-breakpoint {
content: "'" + #{$mediaJSON} + "'";
font-family: "'" + #{$mediaJSON} + "'";
content: "#{$mediaJSON}";
font-family: "#{$mediaJSON}";
}

0 comments on commit 881986d

Please sign in to comment.