Question about SCSS map
How to make loop with
@each
or some think else or join to foo-bar
=>bar-foo:123
with map-get.
3 Replies
found this online https://stackoverflow.com/questions/66003935/how-to-use-map-deep-get-in-sass
in your case it would be this example
Oh to out put all like a tree, this is ex:
OUTPUT:
--colors-blue-100: #ff0000
,
--colors-blue-200: #ff0505
?ohw, that's a whole other question
think this would do
will be compiled to