SyntaxFix
Write A Post
Hire A Developer
Questions
When using the LESS version you can import mixins.less and create your own classes for colored badges:
.badge-warning { .label-variant(@label-warning-bg); }
Same for the other colors; just replace warning with danger, success, etc.