慕粉231709437
2019-08-19 13:23
$digtal-list1: percentage,round,ceil-floor;
.list-function-style { size: length($digtal-list1); }
但是你有没有试过在 length() 里直接使用逗号拼接的参数呢?
你这样写会被识别为 length((percentage,round,ceil-floor))
但是直接这样写 length(percentage,round,ceil-floor) 会编译失败
Sass进阶篇
46635 学习 · 97 问题
相似问题
回答 2
回答 3