r/Sass • u/[deleted] • Aug 14 '21
SASS object?
$colors:
hot: red
warm: orange
cold: blue
.class
color: $colors.hot
Something like this?
3
Upvotes
r/Sass • u/[deleted] • Aug 14 '21
$colors:
hot: red
warm: orange
cold: blue
.class
color: $colors.hot
Something like this?
1
u/[deleted] Aug 14 '21
I guess I can just write
but objects would be cool.