postcss-logical-properties:PostCSS插件,根据文档的LTR或RTL编写方向,将startend属性转换为leftright

时间:2024-05-17 06:39:01
【文件属性】:

文件名称:postcss-logical-properties:PostCSS插件,根据文档的LTR或RTL编写方向,将startend属性转换为leftright

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-17 06:39:01

JavaScript

逻辑属性 根据文档的LTR或RTL写入方向,将开始/结束属性转换为左/右。 目前支持: float: inline-start || inline-end clear: inline-start || inline-end text-align: start || end 有关逻辑属性的更多信息,请 安装 使用可以: npm install postcss-logical-properties --save-dev 例子 输入 element { float : inline-start; } 输出 element { float : left; /* In case the direction of the document is ltr */ float : inline-start; } 用法 与grunt-postcss一起使用 grunt . initConfi


【文件预览】:
postcss-logical-properties-master
----.travis.yml(60B)
----LICENSE-MIT(1KB)
----index.js(2KB)
----package.json(799B)
----LICENSE(1KB)
----.npmignore(55B)
----.gitignore(27B)
----CHANGELOG.md(411B)
----README.md(3KB)
----.jshintrc(239B)
----.editorconfig(166B)

网友评论