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
Steps to Reproduce:
$colors: ( home: #083b7a, assignments: #28abdf, groups: #ee5935, clients: #1a77b9, office: #902c8e, staff: #bc2333, events: #28abdf, library: #9c2361, );
The text was updated successfully, but these errors were encountered:
+1. When this is implemented it may be a good idea to add map support for @each as well:
@each
$map: ( prop1: val1, prop2: val2 ); @each $prop, $val in $map { do-something-with: $prop $val; }
Sorry, something went wrong.
@egamma, it seems to me, this is duplicate of #1758 🐼
Marking as a duplicate of #1758 as suggested.
Thanks @mrmlnc
aeschli
No branches or pull requests
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: