1
我一直在嘗試在SASS上基於background mixin from Compass構建我自己的漸變mixin。SASS中的prefixed()函數有什麼作用?
有源這樣一行如下:
$add-pie-bg: prefixed(-pie, $backgrounds) or $mult-bgs;
我已經到處找,但我不能找到參照prefixed
功能做什麼。
任何人都可以在這一點上談一談?
我一直在嘗試在SASS上基於background mixin from Compass構建我自己的漸變mixin。SASS中的prefixed()函數有什麼作用?
有源這樣一行如下:
$add-pie-bg: prefixed(-pie, $backgrounds) or $mult-bgs;
我已經到處找,但我不能找到參照prefixed
功能做什麼。
任何人都可以在這一點上談一談?
prefixed($prefix, $arg, ...)
Returns true if any of the arguments require the given prefix.
謝謝你。這個功能的文檔在哪裏。我查了[SASS文檔](http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html) – McShaman
這是一個指南針功能,不是直的Sass,在我的答案中有一個鏈接。 – bookcasey