aleut.tools.functions中文文档|aleut.tools.functions js中文教程|解析

npm npmdoc 2年前 (2022-01-01) 456次浏览

aleut.tools.functions中文文档|aleut.tools.functions js中文教程|解析

安装命令:npm i aleut.tools.functions

职能

aleutcssfunctions模块(类似)包含使用 aleutcss 的任何其余部分所需mixins的一些框架函数

这 4 个函数基本上将给定的数字(主要是基间距)乘以或除以 4 或 2。

使用 npm 安装:

    $ npm install --save-dev aleut.tools.functions
 

用法

SCSS 文件中函数的基本用法:

.classname{
    margin-top: quarter(24px);
    margin-right: halve(24px);
    margin-bottom: double(24px);
    margin-left: quadruple(24px);
}
项目贡献人员列表:


极客公园 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:aleut.tools.functions中文文档|aleut.tools.functions js中文教程|解析
喜欢 (0)
.excerpt .focus {display:none}