-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Without space padding variables don't work within parentheses. If I pad them with spaces like this ( $url ) they work though.
GCSS:
$image-url: ../image/svg/footer.svg
$background-mixin($url)
background-image: url($url)
#background
$background-mixin($image-url)
EXPECTED:
#background{background-image:url(../image/svg/footer.svg);}
ACTUAL:
#background{background-image:url($url);}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels