Badges
badges.less
Easily highlight new or unread items by adding a <span class="badge">
to links, Bootstrap navs, and more.
Self collapsing
When there are no new or unread items, badges will simply collapse (via CSS's :empty
selector) provided no content
exists within.
Cross-browser compatibility
Badges won't self collapse in Internet Explorer 8 because it lacks support for the
:empty
selector.