Skip to content

PostCSS plugin This utility helps to remove css classes based on some specific decorators.

License

Notifications You must be signed in to change notification settings

anandgupta193/postcss-decorator-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCSS Decorator Remover Build Status

PostCSS plugin This utility helps to remove css classes based on some specific decorators..

@mobile
.foo {
    /* Input example */
}

@web
.bar {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-decorator-remover') ])

See PostCSS docs for examples for your environment.

About

PostCSS plugin This utility helps to remove css classes based on some specific decorators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages