postcss-define-function:适用于Sass类功能指令的PostCSS插件

时间:2024-02-26 12:26:14
【文件属性】:

文件名称:postcss-define-function:适用于Sass类功能指令的PostCSS插件

文件大小:8KB

文件格式:ZIP

更新时间:2024-02-26 12:26:14

sass postcss postcss-plugin SassJavaScript

PostCSS定义功能 插件来实现sass @function。 @define-function rem($val) { @return $val / 640 * 10 * 1rem; } @callFn . foo { /* Input example */ height : rem ( 640 ); } . foo { /* Output example */ height : 10 rem } 它仅支持基本的四种混合操作: + , - , * , / 。 如果您希望能够使用更多高级功能,则可以改用或帮助我进行改进。 期待您的并 用法 postcs


【文件预览】:
postcss-define-function-master
----.gitignore(28B)
----package.json(874B)
----.travis.yml(66B)
----LICENSE(1KB)
----index.js(6KB)
----CHANGELOG.md(0B)
----README.md(1KB)
----.npmignore(77B)
----test()
--------cases()
--------test.js(2KB)
----.editorconfig(179B)

网友评论