Skip to content

Commit

Permalink
Use pull request foundation#10993 from gormus/patch-2 for v6.5.0
Browse files Browse the repository at this point in the history
c016cf6 Remove `.info` class name

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
gormus authored and ncoden committed Jun 16, 2018
1 parent 6a293df commit 8635b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/label.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ An icon can be dropped into a label just fine. We're using the [Foundation icon
```html_example
<span class="label alert"><i class="fi-x-circle"></i> Alert Label</span>
<span class="label warning"><i class="fi-x"></i> Warning Label</span>
<span class="label info"><i class="fi-widget"></i> Info Label</span>
<span class="label"><i class="fi-widget"></i> Default Label</span>
```

0 comments on commit 8635b60

Please sign in to comment.