Skip to content

PostCSS plugin to wrap css rules in a namespace

License

Notifications You must be signed in to change notification settings

zhuchaoling/postcss-wrap

 
 

Repository files navigation

postcss-wrap Build Status

Wrap CSS rules in a namespace e.g. .selector{} into .namespace .selector {}

Install

npm install postcss-wrap --save-dev

Usage

postcsswrap({selector: '.wrap', skip: '.wrap'})

Options

options.selector

Type: String

Provide a namespace selector in which to wrap CSS.

options.skip

Type: Regular Expression or Array of Regular Expressions

Skip selectors from being wrapped. Even if you will not set this option, it will still skip css animation selectors from, to and endingWithPercentSymbol%

About

PostCSS plugin to wrap css rules in a namespace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%