How can I fix my SASS List?
I am afraid, I am doing some syntax mistake for this code:
9 Replies
you are tying to create classnames with hexcolor.
for example
lassnames can not have a
# or start with a integerUnknown User•3y ago
Message Not Public
Sign In & Join Server To View
i was just about to show the same approach but with color names 😉
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
@MarkBoots @Zyruks Thanks, this code is working
And I am getting this result:
look at Zyruks response. he doest that by naming the keys with a number.
Got it 😉
other options would be
@MarkBoots This one is so cool, for the first time saw practical use of length & nth in SASS.