文件名称:postcss-variables-prefixer:PostCSS 插件为所有 css 自定义属性添加前缀
文件大小:135KB
文件格式:ZIP
更新时间:2024-08-24 13:44:42
postcss-plugin hacktoberfest JavaScript
postcss-变量-前缀 PostCSS 插件为所有 css 自定义属性添加前缀。 用法 使用 : 在您的项目目录中安装postcss 、 postcss-cli和postcss-variables-prefixer : npm install postcss postcss-cli postcss-variables-prefixer --save-dev 并在您的 package.json 中 " scripts " : { " postcss " : " postcss input.css -u postcss-variables-prefixer -o output.css " } 其他 postcss ( [ require ( 'postcss-variables-prefixer' ) ( { /* options */ } ) ] ) 选项 字首 类型:
【文件预览】:
postcss-variables-prefixer-master
----.gitignore(884B)
----package.json(1KB)
----package-lock.json(512KB)
----.travis.yml(54B)
----LICENSE(1KB)
----.github()
--------dependabot.yml(346B)
----.eslintrc.js(267B)
----README.md(3KB)
----lib()
--------prefixer.js(2KB)
--------utils.js(103B)
----.npmignore(75B)
----.gitattributes(56B)
----.husky()
--------.gitignore(2B)
--------pre-commit(22B)
----test()
--------prefixer.test.js(2KB)
--------utils.test.js(576B)
--------fixtures()
----.editorconfig(476B)