Skip to content

Instantly share code, notes, and snippets.

@chipcullen
Created April 28, 2013 06:27
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chipcullen/5476098 to your computer and use it in GitHub Desktop.
Prop-Query
@mixin prop-query($min-size, $property, $value){
@media screen and (min-width: $min-size){
#{$property}: $value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment