postcss-sort

0.0.3 • Public • Published

postcss-sort

PostCSS plugin for sorting properties

Usage

postcss([ require('postcss-sort') ])

See PostCSS docs for examples for your environment.

By default, properties are sorted alphabetically. If you want to sort them another way, you can supply your own sorting function.

var sort = require('postcss-sort')(sortingFunction);

Package Sidebar

Install

npm i postcss-sort

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • judas-christ