postcss-overflow-shorthand:在 CSS 中使用溢出速记

时间:2021-07-24 20:35:35
【文件属性】:
文件名称:postcss-overflow-shorthand:在 CSS 中使用溢出速记
文件大小:47KB
文件格式:ZIP
更新时间:2021-07-24 20:35:35
JavaScript PostCSS 溢出速记 允许您按照规范在 CSS 中使用overflow速记。 html { overflow : hidden auto; } /* becomes */ html { overflow-x : hidden; overflow-y : auto; overflow : hidden auto; } 用法 将添加到您的项目中: npm install postcss postcss-overflow-shorthand --save-dev 将其用作插件: const postcss = require ( 'postcss' ) ; const postcssOverflowShorthand = require ( 'postcss-overflow-shorthand' ) ; postcss ( [ postcssOverflow
【文件预览】:
postcss-overflow-shorthand-master
----yarn.lock(102KB)
----CONTRIBUTING.md(2KB)
----.travis.yml(139B)
----.rollup.js(404B)
----test()
--------basic.css(94B)
--------basic.preserve-false.expect.css(110B)
--------basic.expect.css(134B)
----LICENSE.md(7KB)
----README.md(3KB)
----.tape.js(187B)
----.editorconfig(226B)
----.gitignore(126B)
----index.js(1014B)
----CHANGELOG.md(271B)
----package.json(2KB)
----INSTALL.md(4KB)

网友评论