Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
cvrebert edited this page Oct 12, 2014 · 2 revisions

E030

Found elements with a .glyphicon-* class that were missing the additional required .glyphicon class.

.glyphicon-* classes can't be used on their own; they must always also be accompanied by the .glyphicon class.

Wrong:

<span class="glyphicon-heart"></span>

Right:

<span class="glyphicon glyphicon-heart"></span>
Clone this wiki locally