Skip to content

Instantly share code, notes, and snippets.

@erikflowers
Created September 2, 2013 21:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikflowers/6417591 to your computer and use it in GitHub Desktop.
Save erikflowers/6417591 to your computer and use it in GitHub Desktop.
Need to add some less for each bootstrap 3 media query size? Just type "allmedia" and tab, and here you go!
<snippet>
<content><![CDATA[
@media(min-width: @screen-tablet) {
$1
}
@media(min-width: @screen-desktop) {
$1
}
@media(min-width: @screen-lg-desktop) {
$1
}
]]></content>
<tabTrigger>allmedia</tabTrigger>
<scope>source.css, source.scss, source.sass</scope>
<description>allmedia</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment