postcss define function:适用于Sass类功能指令的PostCSS插件 源码
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.zip
(预估有个13文件)
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
暂无评论