There was a problem with how to interpolate (insert variables). DEMO
- for (var i = 0; i < 10; i++)
style.
#sum#{i} {
background-color: green;
}
p#sum3 foo bar
+ It is recommended to use the class if possible for styling that should be repeatedly applied.
© 2024 OneMinuteCode. All rights reserved.