this post was submitted on 16 Aug 2023
2 points (100.0% liked)
CSS
542 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, I should have shown the real @for loop, because in my case the loop number is unknown (it's a variable), so the compiler has trouble compiling it.
I didn't post this is in the right place. I basically need JavaScript code to replicate this SCSS loop in a way that I can loop though this element with an unknown number of times (a variable that can change according to an array.length for instance).