qtg*_*gye 6 sass sass-maps
是否有类似is-map($some_variable)SASS的东西?
is-map($some_variable)
我试过查看文档,但没有.
小智 13
您可以使用该type-of功能实现它,如下所示:
type-of
@function is-map($var){ @return type-of($var) == 'map'; }
归档时间:
9 年,3 月 前
查看次数:
2505 次
最近记录: