Skip to content

Instantly share code, notes, and snippets.

@yacine
Created April 9, 2019 11:28
Show Gist options
  • Save yacine/a8f00cd4c743fd1339a8b42889e329ba to your computer and use it in GitHub Desktop.
Save yacine/a8f00cd4c743fd1339a8b42889e329ba to your computer and use it in GitHub Desktop.
SublimeText css debug snippet
<snippet>
<content><![CDATA[
background-color: ${1:teal} ${2:!important};$3
]]></content>
<tabTrigger>_debug</tabTrigger>
<scope>source.css, source.scss, source.sass</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment