Created
December 21, 2017 19:02
-
-
Save examinedliving/61c9713c8f7e6023c766fb30f82bcb2f to your computer and use it in GitHub Desktop.
Shorthand for media queries. Use inside selectors
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
| //==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