Skip to content

Instantly share code, notes, and snippets.

@examinedliving
Created December 21, 2017 19:02
Show Gist options
  • Select an option

  • Save examinedliving/61c9713c8f7e6023c766fb30f82bcb2f to your computer and use it in GitHub Desktop.

Select an option

Save examinedliving/61c9713c8f7e6023c766fb30f82bcb2f to your computer and use it in GitHub Desktop.
Shorthand for media queries. Use inside selectors
//==Respond
//
//## Define any rules at appropriate size. Used inside selector
.respond(@_size;@_rules){
@media @_size {
@_rules();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment