Skip to content

Instantly share code, notes, and snippets.

@AndrewIngram
Last active August 29, 2015 14:23
Show Gist options
  • Save AndrewIngram/e8e541236f9ff00be266 to your computer and use it in GitHub Desktop.
Save AndrewIngram/e8e541236f9ff00be266 to your computer and use it in GitHub Desktop.
Responsive component API
<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