Skip to content

Instantly share code, notes, and snippets.

@jlawhorn
Last active December 21, 2015 12:49
Show Gist options
  • Save jlawhorn/6308732 to your computer and use it in GitHub Desktop.
Save jlawhorn/6308732 to your computer and use it in GitHub Desktop.
Magento Responsive Design CSS Breakpoint Mixin
@mixin breakpoint($query) {
@media #{$query} { @content; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment