Last active
August 23, 2016 20:54
-
-
Save gotbahn/73f219ff99dc5bf7f1471045816fb61b to your computer and use it in GitHub Desktop.
Combine & handle Media Queries in Less
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mixin-color(); | |
.mixin-color () { | |
.foo { | |
color: red; | |
} | |
} | |
.mixin-color () { | |
.bar { | |
color: green; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment