Skip to content

dalphyx/cssortie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rules for postcss-sorting

Resources

License

Stars

Watchers

Forks

Packages

No packages published