Skip to content

Instantly share code, notes, and snippets.

@ztrehagem
Created May 13, 2019 02:08
Show Gist options
  • Save ztrehagem/ecad594c675e7ae4f4c98df1eb14e60a to your computer and use it in GitHub Desktop.
Save ztrehagem/ecad594c675e7ae4f4c98df1eb14e60a to your computer and use it in GitHub Desktop.
to avoid bug on stylus
media(query)
@media query
/{selector()}
{block}
tablet()
+media("screen and (max-width: 1023px)")
{block}
mobile()
+media("screen and (max-width: 767px)")
{block}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment