Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Last active August 23, 2016 20:54
Show Gist options
  • Save gotbahn/dc153dc3f13f720ff657aa71183b122a to your computer and use it in GitHub Desktop.
Save gotbahn/dc153dc3f13f720ff657aa71183b122a to your computer and use it in GitHub Desktop.
Combine & handle Media Queries in Less
.foo {
.mixin-color(red);
}
.bar {
.mixin-color(green);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment