@ffras4vnpm/dolor-explicabo-illo

1.0.0 • Public • Published

postcss-change-css-prefix

a postcss plugin to change element-ui prefix

快速上手

npm i postcss-change-css-prefix -D


<!-- postcss.config.js -->
const addCssPrefix = require('postcss-change-css-prefix')

module.exports = {
  plugins: [
    addCssPrefix({
      prefix: 'el-',
      replace: 'gp-',
    }),
  ],
}

options

  1. prefix

    • type: string, 可选
    • 需要被替换的前缀
    • default: el-
  2. replace

    • type: string, 可选
    • 需要替换的前缀
    • default: gt-

Dependencies (33)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ffras4vnpm/dolor-explicabo-illo

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • lank831011