postcss-modules-sync:一个PostCSS插件,可在js中同步使用CSS模块

时间:2024-05-19 18:47:48
【文件属性】:

文件名称:postcss-modules-sync:一个PostCSS插件,可在js中同步使用CSS模块

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-19 18:47:48

JavaScript

postcss-modules-sync 一个PostCSS插件,可在js中同步使用CSS模块。 安装 npm install postcss-modules-sync 例子 import CSSModulesSync from 'postcss-modules-sync' import postcss from 'postcss' const css = ` :global .text { color: white; background-color: gray; } .green { background-color: green; } .blue { background-color: blue; } .default { composes: green; display: flex; } ` let


【文件预览】:
postcss-modules-sync-master
----.gitignore(30B)
----package.json(961B)
----src()
--------index.js(915B)
--------Parser.js(764B)
--------scopeGenerator.js(318B)
----README.md(986B)
----lib()
--------index.js(2KB)
--------Parser.js(1KB)
--------scopeGenerator.js(597B)

网友评论