我一直在尝试根据background mixin from Compass在SASS中构建自己的渐变混音。
来源中有一行说明如下:
$add-pie-bg: prefixed(-pie, $backgrounds) or $mult-bgs;
我到处寻找,但我无法找到prefixed
函数的作用。
任何人都能对这一点有所了解吗?
答案 0 :(得分:0)
prefixed($prefix, $arg, ...)
Returns true if any of the arguments require the given prefix.