postcss-place:place- * align- *和justify- *的简写

时间:2024-06-13 08:56:26
【文件属性】:

文件名称:postcss-place:place- * align- *和justify- *的简写

文件大小:47KB

文件格式:ZIP

更新时间:2024-06-13 08:56:26

JavaScript

PostCSS位置属性 使您可以按照规范,将place-*属性用作 align-*和justify-*简写。 .example { place-self : center; place-content : space-between center; } /* becomes */ .example { align-self : center; justify-self : center; place-self : center; align-content : space-between; justify-content : center; place-content : space-between center; } 用法 将添加到您的项目中: npm install postcss postcss-place --save-dev 用作插件:


【文件预览】:
postcss-place-master
----.travis.yml(139B)
----.rollup.js(572B)
----.tape.js(187B)
----package.json(2KB)
----test()
--------basic.expect.css(975B)
--------basic.css(388B)
--------basic.preserve-false.expect.css(614B)
----INSTALL.md(3KB)
----CONTRIBUTING.md(2KB)
----src()
--------index.js(414B)
--------onCSSDeclaration.js(729B)
--------options.js(89B)
----LICENSE.md(7KB)
----.gitignore(137B)
----CHANGELOG.md(949B)
----README.md(3KB)
----yarn.lock(97KB)
----.editorconfig(226B)
----.gitattributes(19B)

网友评论