Postcss Prefix Selector Versions Save

Prefix all CSS rules with a selector

v1.16.1

2 months ago

Don't prefix -ms-keyframes at-rule. Thanks @TorusHelm!

v1.16.0

2 years ago

Added rule argument to transform function via #109, thanks @luttje!

v1.15.0

2 years ago

Made PostCSS peer dependency less restrictive, "postcss": ">4 <9"

v1.14.0

2 years ago

Make postcss a peer dependency. Thanks @fupengl!

v1.13.0

2 years ago

Added filepath param to transform function via #97, thanks @jlurena!

v1.12.0

2 years ago

v1.11.0

2 years ago

Updated plugin to use new postcss visitor API via PR #93, thanks @TheSeally

NOTE: This has been deprecated as it was introducing a breaking change, the plugin will be reworked to support PostCSS 8 in #95

v1.10.0

3 years ago

Now the ignoreFiles/includeFiles also support regex via PR #91, thanks @mellis481

v1.9.0

3 years ago

Added option for prefixer to only include certain files (includeFiles ) in #87, thanks @MaximusFT

v1.8.0

3 years ago

Added option for prefixer to skip certain files (ignoreFiles) in #85, thanks @Scrum