css-declaration-sorter
CSS Declaration Sorter
Alphabetical example
body {
display: block;
animation: none;
color: #C55;
border: 0;
}body {
animation: none;
border: 0;
color: #C55;
display: block;
}Niceness
Sorting orders
Usage
CLI
Vanilla JS
Gulp
Last updated