Created
April 9, 2019 11:28
-
-
Save yacine/a8f00cd4c743fd1339a8b42889e329ba to your computer and use it in GitHub Desktop.
SublimeText css debug snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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