文件名称:postcss-component:PostCSS 插件 将 css 转换为可以在 React 组件内部使用的 javascript 对象
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-28 08:07:48
JavaScript
postcss-组件 插件将@component规则转换为 javascript 对象并从 CSS 文件中删除 在制品 @component App { . main { width : 100 % ; height : 100 % ; } . button { background : blue; } } @component Widget { . main { background : yellow; } } . main { background : # fff ; } 将返回: /* result.css */ . main { background : # fff ; } /* result.styles */ { App : { main : { width : '100%' , height
【文件预览】:
postcss-component-master
----Readme.md(625B)
----.npmignore(58B)
----.travis.yml(70B)
----gulpfile.js(437B)
----LICENSE(1KB)
----test()
--------test.js(904B)
----ChangeLog.md(0B)
----.gitignore(28B)
----index.js(810B)
----package.json(707B)