1. postcss-px2rem-exclude
Based on postcss-px2rem added the exclude folder options.
postcss-px2rem-exclude
Package: postcss-px2rem-exclude
Created by: saionjisekai
Last modified: Fri, 24 Jun 2022 10:41:30 GMT
Version: 0.0.6
License: MIT
Downloads: 1,869
Repository: https://github.com/saionjisekai/px2rem-postcss

Install

npm install postcss-px2rem-exclude
yarn add postcss-px2rem-exclude

postcss-px2rem-exclude

Based on postcss-px2rem added the exclude folder option.

Downloads

Useage

.postcssrc.js

 module.exports = {
  'plugins': {
    'postcss-px2rem-exclude': {
      remUnit: 75,
      exclude: /node_modules|folder_name/i
    }
  }
}

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin