postcss-plugin-matcher

0.1.4 • Public • Published

postcss-plugin-matcher

PostCSS plugin for limit plugins matching.

npm github node

For safer and faster.

Installation

npm install postcss-plugin-matcher --save-dev

Usage

 // example: postcss.config.cjs
 module.exports = {
   plugins: {
-    'tailwindcss': {},
+    'postcss-plugin-matcher': {
+      plugins: ['tailwindcss'],
+      include: ['src/**'],
+      exclude: ['app.css']
+    }
   }
 };

/postcss-plugin-matcher/

    Package Sidebar

    Install

    npm i postcss-plugin-matcher

    Weekly Downloads

    12

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    4.68 kB

    Total Files

    4

    Last publish

    Collaborators

    • airkro