Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Further simplifying the respond-to mixin to account for easier settin…
…g of variables.
  • Loading branch information
jgarber623 committed Oct 12, 2012
1 parent 90c0450 commit c41564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/_respond-to.scss
@@ -1,5 +1,5 @@
@mixin respond-to( $query ) {
@media only screen and ( $query ) {
@media only screen and #{$query} {
@content;
}
}

0 comments on commit c41564c

Please sign in to comment.