degouville / atom-bootstrap4

Bootstrap 4 Support & Snippets for Atom
https://atom.io/packages/atom-bootstrap4
MIT License
48 stars 26 forks source link

Missing label-default #3

Closed joejebara closed 8 years ago

joejebara commented 8 years ago

Missing:

    <span class="label label-default">New</span>
degouville commented 8 years ago

Fixed! ;)

Please update to v1.2.4, Try snippet "labco" and you'll get

<span class="label label-default|primary|success|info|warning|danger"></span>
joejebara commented 8 years ago

:+1: