Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Last active August 29, 2015 14:20
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/9620e43b48edff56bd4a to your computer and use it in GitHub Desktop.
Save jonathanpath/9620e43b48edff56bd4a to your computer and use it in GitHub Desktop.
Bootstrap media query small snippet sublime text
<snippet>
<content><![CDATA[
@media (min-width: \$screen-sm-min) {
}
]]></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