atom-csscomb icon indicating copy to clipboard operation
atom-csscomb copied to clipboard

Atom Editor Plugin for CSSComb [NOT MAINTAINED, SEE ISSUES]

Results 15 atom-csscomb issues
Sort by recently updated
recently updated
newest added

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

cant-reproduce

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.

enhancement

This is actually down to atom being a bit strange but `atom.config.get('csscomb')` returns an empty hash rather than `undefined`.

bug
reproduced

Should really write some of these...

enhancement

Right now you need to include the whole rule (+ selector & braces)

enhancement