atom-csscomb
atom-csscomb copied to clipboard
Atom Editor Plugin for CSSComb [NOT MAINTAINED, SEE ISSUES]
### Steps to reproduce 1. I tried running the Plugin over my file `x.css`: ``` css .sprite-application--arrow{background-position:0 0!important} ``` **Atom Version**: 0.187.0 **System**: linux 3.13.0-46-generic **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.1.2...
It would be useful if we could put `'csscomb': '/Path/to/Custom/csscomb.json'` in Atom's `config.cson` as an alternative instead of only being able to embed all those rules.
This is actually down to atom being a bit strange but `atom.config.get('csscomb')` returns an empty hash rather than `undefined`.
Right now you need to include the whole rule (+ selector & braces)