Skip to content

Instantly share code, notes, and snippets.

@nmec
Created March 29, 2014 16:46
Show Gist options
  • Save nmec/9857814 to your computer and use it in GitHub Desktop.
Save nmec/9857814 to your computer and use it in GitHub Desktop.
Sublime Text snippet for Sass media queries.
<snippet>
<content><![CDATA[
@media #{\$${1:medium-up}} {
${2:/* Styles */}
}
]]></content>
<tabTrigger>media</tabTrigger>
<scope>source.scss</scope>
<description>Sass Media Query</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment