function sassy_compass__stylesheet_url in Sassy 7.2
Same name and namespace in other branches
- 7.3 sassy_compass/functions/urls.inc \sassy_compass__stylesheet_url()
File
- extensions/
compass/ functions/ urls.inc, line 5
Code
function sassy_compass__stylesheet_url($path, $only_path = FALSE) {
return sassy_compass__url($path, $only_path);
}