You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the lookup syntax I can access ruleset/mixin property by its name (@sizes[mobile]). Additionally I can access ruleset/mixin variable using @@variable syntax. What I'd like to do is lookup a property with variable interpolation, like that:
Thanks to the lookup syntax I can access ruleset/mixin property by its name (
@sizes[mobile]
). Additionally I can access ruleset/mixin variable using@@variable
syntax. What I'd like to do is lookup a property with variable interpolation, like that:Which should result in:
It would be very useful for iterating over properties. Here is my complete real-life use case:
The text was updated successfully, but these errors were encountered: