Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanpath/c4a067c97ea7c18186e9 to your computer and use it in GitHub Desktop.
Save jonathanpath/c4a067c97ea7c18186e9 to your computer and use it in GitHub Desktop.
Boostrap Xsmall max media query snippet
<snippet>
<content><![CDATA[
@media (max-width: \$screen-xs-max) {
$1
}
]]></content>
<tabTrigger>bs-xsmall</tabTrigger>
<scope>source.scss</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment