postcss-at-theme-cssvar
v0.2.0
Published
将使用at-theme中的主题变量值转换为css变量的postcss插件
Downloads
4
Maintainers
Readme
postcss-at-theme-cssvar
将使用at-theme中的主题变量值转换为css变量的postcss插件
该插件为保证at-theme和外界版本一致,包中将其作为devDependencies,业务中在使用该插件时需自行安装。
使用方式:
在 postcss.config.js
中
module.exports = {
plugins: [
require('postcss-at-theme-cssvar'),
],
}