// Keep this value aligned with utils/assetUrl.js for stylesheet assets. $asset-base-url: 'https://transcend.ringzle.com/web/assets'; @function asset-image($filename) { @return url('#{$asset-base-url}/images/#{$filename}'); }