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