Skip to content

IanVS/postcss-sort-selectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCSS Sort Selectors Build Status

PostCSS plugin to move selectors matching a pattern to the top of your css file..

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

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

See PostCSS docs for examples for your environment.

About

PostCSS plugin to pull selectors matching a given pattern to the top of a css file.

Resources

License

Stars

1 star

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors