Sublime Forum

Help With CSS Snippet and Emmet

#1

I’m using the Emmet package and want to create my own CSS banner comment. It shows up (and works) under Package Control, but the tabTrigger is not working. Can anyone help please.

This is what I have:

[code]
<![CDATA[
/* ------------------------------ /
/
${1} /
/
------------------------------ */

${2}
]]>

banner

source.css
[/code]

The file is saved in Sublime Text 3 > Packages > User > as banner-comment.sublime-snippet

0 Likes

#2

Is there anyone who can help with this please?

0 Likes