Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save jonathanpath/c4a067c97ea7c18186e9 to your computer and use it in GitHub Desktop.

Select an option

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