Emmet-Css-Snippets-for-Sublime-Text-2
Emmet-Css-Snippets-for-Sublime-Text-2 copied to clipboard
Emmet CSS completions for Sublime Text
I had add `has-Prefix` to `ignored_packages`, but it seem nothing help.
I'd find that very helpful. 👍
How to disable the css snippets added by emmet to use only the ones added by Emmet Css Snippets? Because at the moment, as exemple, when i do `bdrs` sublime...
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...