postcss-merge-longhand:使用PostCSS将速记属性合并为速记

时间:2024-06-03 10:11:40
【文件属性】:

文件名称:postcss-merge-longhand:使用PostCSS将速记属性合并为速记

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-03 10:11:40

JavaScript

合并-longhand 使用PostCSS将速记属性合并为速记。 安装 使用可以: npm install postcss-merge-longhand --save 例子 将速记属性合并为速记; 使用margin , padding和border 。 有关更多示例,请参见。 输入 h1 { margin-top : 10 px ; margin-right : 20 px ; margin-bottom : 10 px ; margin-left : 20 px ; } 输出 h1 { margin : 10 px 20 px ; } 用法 有关您的环境的示例,请参见。 贡献 拉请求是欢迎的。 如果添加功能,请添加单元测试以涵盖该功能。 执照 麻省理工学院:copyright: Ben Briggs


【文件预览】:
postcss-merge-longhand-master
----LICENSE-MIT(1KB)
----.jshintrc(259B)
----src()
--------lib()
--------__tests__()
--------index.js(3KB)
----.travis.yml(60B)
----README.md(1KB)
----.editorconfig(166B)
----.gitignore(32B)
----CHANGELOG.md(93B)
----package.json(897B)

网友评论