postcss-clean:PostCss插件,通过clean-css最小化CSS

时间:2021-04-29 00:05:16
【文件属性】:
文件名称:postcss-clean:PostCss插件,通过clean-css最小化CSS
文件大小:46KB
文件格式:ZIP
更新时间:2021-04-29 00:05:16
javascript css postcss es2015 minify PostCss插件以最小化CSS 压缩将由处理, 根据是最小化CSS的*(可能是最佳)库之一。 安装 使用可以: npm install postcss-clean --save 例子 输入 . try { color : # 607d8b ; width : 32 px ; } 输出 . try { color : # 607d8b ; width : 32 px } 输入 : host { display : block; } : host :: content { & > * { color : var ( --primary-color ); } } 输出 : host { display : block} : host :: content > * { color : var ( --my-color )} 请注意,此示例假定您将postcss
【文件预览】:
postcss-clean-master
----.gitignore(87B)
----README.md(3KB)
----CHANGELOG.md(9KB)
----.github()
--------workflows()
----rollup.config.js(621B)
----LICENSE(1KB)
----index.m.js(569B)
----.gitattributes(12B)
----package.json(2KB)
----test.js(5KB)
----.npmignore(86B)
----.editorconfig(148B)
----yarn.lock(130KB)

网友评论