We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm willing if is there a way to make it work with something like this:
$colors: ( "c1": #593586, "c2": #94c350, "text": #666, "border": #e5e5e5, "black": #000, ); :root { @each $id, $color in $colors { --#{$id}: #{$color}; --#{$id}-rgb: #{toRGB($color)}; } }
It seems it doens't find the c1 variable, for example. Only when defined previously in :root.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm willing if is there a way to make it work with something like this:
It seems it doens't find the c1 variable, for example. Only when defined previously in :root.
The text was updated successfully, but these errors were encountered: