Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2

Emmet CSS completions for Sublime Text
https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2

Last synced: about 2 months ago
JSON representation

Emmet CSS completions for Sublime Text

Awesome Lists containing this project

README

        

# Emmet CSS Snippets for Sublime Text

This is an alternative for [Emmet](http://emmet.io/). If you only need the Emmet CSS completions feature or you get trouble with Emmet, try this one.

Install via [Package Control](https://sublime.wbond.net/packages/Emmet%20Css%20Snippets).

[Cheat Sheet](http://p233.github.com/Emmet-Css-Snippets-for-Sublime-Text-2/)

## Features

* Works with default CSS package, [LESS](https://sublime.wbond.net/packages/LESS), and [Syntax Highlighting for Sass](https://sublime.wbond.net/packages/Syntax%20Highlighting%20for%20Sass)
* Two versions: `has-Prefix` or `no-Prefix`
* Smart completion rule: propery snippes will no longer popup when you typing propery values
* Pseudo class completions
* Extra propery value completions

### Prefix

If you intend to use snippets **with no** prefix, add `has-Prefix` into the `ignored_packages` list of your settings file. The other way round, if you intend to use snippets **with** prefix, add `no-Prefix` into the `ignored_packages` list. (If you know a better way to do this please please let me know.)

## Credit

[Emmet](http://emmet.io/)