-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Milestone
Description
See
Line 1179 in fca1f75
Signature image_url_sig = "image-url($path, $only-path: false, $cache-buster: false)"; |
Because image-url is a Compass function, not a Sass function, it seems odd for it to be included in libsass. Building in any URL functions requires "Sass" to know about your paths - Compass has embraced that pattern, but I don't know if we should assume that Sass does.