Rename .label class to .tag
Created by: guylepage3
there is a naming conflict between bootstrap's class name .label
and the html tag <label>
. it is generally good practice to not name your classes after html tags for easy and clear recognition.
i'd like to propose that we change the bootstrap .label
to something like .tag
.