Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bartunek/b25ab1a50926a294e386 to your computer and use it in GitHub Desktop.
Save Bartunek/b25ab1a50926a294e386 to your computer and use it in GitHub Desktop.
Sass variable interpolation syntax Sublime Text snippet
<snippet>
<content><![CDATA[
#{\$${1:variable}}
]]></content>
<tabTrigger>val</tabTrigger>
<scope>source.sass</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment