And yes, I'm going to express the opinion that 100 colors is a noxious code smell.
If I find my site has more than, say, 25 colors, I should probably be defining all my colors in one place and then referring to them semantically in the CSS selector definitions.
Nice work!
And yes, I'm going to express the opinion that 100 colors is a noxious code smell.
If I find my site has more than, say, 25 colors, I should probably be defining all my colors in one place and then referring to them semantically in the CSS selector definitions.
In other words, I should be using SASS or something similar:
http://sass-lang.com/