Un-bloat CSS by using multiple classes
Let’s say you need six different 100px square boxes with different characteristics:
- Red with Border
- Blue with Border
- Green with Border
- Red without Border
- Blue without Border
- Green without Border
You COULD create a unique class for each of these, …