Skip to content

Instantly share code, notes, and snippets.

@benbrowning
Last active October 15, 2015 09:42
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 benbrowning/afa9b0018a6aa701b175 to your computer and use it in GitHub Desktop.
Save benbrowning/afa9b0018a6aa701b175 to your computer and use it in GitHub Desktop.
Sublime snippet for a css comment block
<snippet>
<content><![CDATA[
// ------------------------------------------------------------------
// $1
// ------------------------------------------------------------------
]]></content>
<tabTrigger>cb</tabTrigger>
<scope>source.sass</scope>
<description>Comment block for use in Sass(.scss) files</description>
</snippet>
<snippet>
<content><![CDATA[
// $1
// ------------------------------------------------------------------
]]></content>
<tabTrigger>cb2</tabTrigger>
<scope>source.sass</scope>
<description>Comment block (second level) for use in Sass(.scss) files</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment