Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Last active August 29, 2015 14:26
Show Gist options
  • Save pepelsbey/26c586b879bd44b82ffa to your computer and use it in GitHub Desktop.
Save pepelsbey/26c586b879bd44b82ffa to your computer and use it in GitHub Desktop.

Semantic elements in Bootstrap

Icon Element

1.0.0 to 2.1.0

<i class="icon"></i>

2.1.0 to present

<span class="icon"></span>

Caret Element

1.0.0 to 3.2.0

<b class="caret"></b>

3.2.0 to present

<span class="caret"></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment