After exploring Bootstrap, I've noticed the limited number of "color classes" available (primary, success, danger etc.). Is there a simple way to add more classes similar to those?
For instance, the "primary" class can be used across various elements to apply the specified color, and the same goes for other color classes. Can I create a new class called "important", define its colors, and apply it universally without having to create a separate version for each individual element (using plain css or any preprocessors)?
Many thanks!