In version two I could use
badge badge-important
I see that the .badge element no longer has contextual (-success,-primary,etc..) c
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.