文件名称:postcss-js-styles:PostCSS 插件将 css 转换为 javascript 对象
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-28 08:03:50
JavaScript
postcss-js-styles 将 css 转换为 javascript 对象的插件 在制品 . main { background : # fff ; width : 100 % ; height : 100 % ; } . button { background : blue; } 调用result.toJS()返回: /* result.toJS() */ { main : { background : '#fff' , width : '100%' , height : '100%' } , button : { background : 'blue' } }
【文件预览】:
postcss-js-styles-master
----.travis.yml(70B)
----index.js(904B)
----package.json(552B)
----test()
--------test.js(696B)
----Readme.md(394B)
----LICENSE(1KB)
----.npmignore(58B)
----.gitignore(28B)
----ChangeLog.md(0B)