postcss-modules-values-replace:PostCSS插件旨在替换CSS模块值

时间:2024-05-26 10:21:14
【文件属性】:

文件名称:postcss-modules-values-replace:PostCSS插件旨在替换CSS模块值

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-26 10:21:14

postcss css-modules postcss-plugin css-modules-values css-loader

PostCSS模块值替换 插件可解决CSS模块的值限制。 就像一样替换CSS Modules @values,但是无需帮助,因此可以在其他插件(如之前使用它。 例子: /* constants.css */ @value unit : 8px; @value footer-height : calc (unit * 5 ); /* my-components.css */ @value unit , footer-height from "./constants.css" ; @value component-height : calc (unit * 10 ); . my-component { padding : unit; margin-top : footer-height; height : component-height; } 产生my-componen


【文件预览】:
postcss-modules-values-replace-master
----.travis.yml(36B)
----index.js(6KB)
----test.js(14KB)
----package.json(1KB)
----wallaby.js(288B)
----.gitignore(74B)
----.npmrc(19B)
----README.md(5KB)
----.editorconfig(179B)
----fixtures()
--------level2.css(162B)
--------node_modules()
--------colors.css(66B)
--------level1.css(251B)

网友评论