Emmet-Css-Snippets-for-Sublime-Text-2 icon indicating copy to clipboard operation
Emmet-Css-Snippets-for-Sublime-Text-2 copied to clipboard

Pseudo elements doesn't support SCSS syntax?

Open kty opened this issue 11 years ago • 0 comments

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?

kty avatar Jul 18 '14 15:07 kty