-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
I have the v0.7.6 and the parent selector interpolation is not working when defined as:
display {
$prefix: &;
@at-root {
[class^="#{$prefix}"] {
text-transform: uppercase;
}
}
}
I get the error: parse error: failed at $c: &; (stdin)
I managed to get the workaround, but I need to define the parent as a string variable.
display {
@at-root {
$prefix: display;
[class^="#{$prefix}"] {
text-transform: uppercase;
}
}
}
Or I'm i doing something wrong? Thanks for the response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels