Last active
August 29, 2015 14:23
-
-
Save AndrewIngram/e8e541236f9ff00be266 to your computer and use it in GitHub Desktop.
Responsive component API
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 to="min-width"> | |
<At default>Mobile</At> | |
<At value="480px"> | |
Tablet and larger | |
<Respond to="orientation"> | |
<At value="portrait">Portrait</At> | |
<At value="landscape">Landscape</At> | |
</Respond> | |
</At> | |
</Respond> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment