Skip to content

Instantly share code, notes, and snippets.

@notbrain
Created November 14, 2012 00:50
Show Gist options
  • Save notbrain/4069463 to your computer and use it in GitHub Desktop.
Save notbrain/4069463 to your computer and use it in GitHub Desktop.
background color pink sublime snippet
<snippet>
<content><![CDATA[
background-color: ${1:pink};
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>pink</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.less</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment