我已经在.scss中声明了功能
VBoxManage setextradata “your virtual machine name>" "VBoxInternal2/EfiBootArgs" [here go the kernel boot arguments]
我有@function get-color() {
@return rgba(255, 0, 0, 1);
}
$color: get-color();
个任务,可将其编译为.css。我可以在那里覆盖get-color()函数吗?
以下示例无效。
node-sass