csscomb

Atom Editor plugin for CSScomb, http://csscomb.com

bruce

33,235

92

0.3.1

MIT

GitHub

Atom Editor Plugin for CSScomb

Sort properties of one or more CSS/SCSS/Less rules using CSScomb.

Installation

See the Atom docs.

$ apm install csscomb

CSScomb Configuration

The plugin uses the following strategy to determine the CSScomb configuration to use.

Your configuration can be a CSScomb configuration object or the name of a predefined configuration.

Using It

Press ctrl-alt-c or choose Packages -> CSScomb -> Sort or Edit -> Lines -> Sort with CSScomb.

You can limit what CSScomb processes by using selections.

Note: Make sure to select entire CSS rules (selector, braces, and properties; valid CSS), not just the property list.

The plugin uses the name of the file to determine the syntax (css, scss, or less).