0
即時通訊使用咕嚕SASS https://github.com/sindresorhus/grunt-sass用Grunt SASS製作絕對的相對背景圖像路徑?
是否有可能我的形象路徑轉換爲絕對?所以,如果我這樣寫:
.something {
background: url(../icon.png);
}
我想編譯CSS是:
.something {
background: url(www.mysite.com/images/icon.png);
}