Emmet-Css-Snippets-for-Sublime-Text-2
Emmet-Css-Snippets-for-Sublime-Text-2 copied to clipboard
Pseudo elements doesn't support SCSS syntax?
Unless I'm missing something, snippets of pseudo elements like before, after, active etc. use SASS syntax, e.g. typing be gives this:
:before
content: "";
/* style */
Is there a way to support SCSS syntax as well without having to manually duplicate/correct all snippets?