cssortie
v0.0.1
Published
Rules for postcss-sorting
Downloads
2
Readme
cssortie
CSS sorting rules. Good friend with postcss-sorting.
The rules base on bootstrap V4 PropertySortOrder.
Installation
$ npm install --save-dev cssortie
Usage
Firstly, you have to install postcss and postcss-sorting.
Next, set postcss options:
var sorting = require('postcss-sorting')
postcss([
sorting({ 'sort-order': require('cssortie') })
]))
License
MIT