PostCSS plugin to move selectors matching a pattern to the top of your css file..
.foo {
/* Input example */
}.foo {
/* Output example */
}postcss([ require('postcss-sort-selectors') ])See PostCSS docs for examples for your environment.
| Name | Name | Last commit date | ||
|---|---|---|---|---|