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

Emmet CSS completions for Sublime Text

Results 4 Emmet-Css-Snippets-for-Sublime-Text-2 issues
Sort by recently updated
recently updated
newest added

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...