Skip to content

Commit

Permalink
fix(tag): if i didn't start with icon class it breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkimball committed Mar 28, 2018
1 parent 7019846 commit d974756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/css.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
line-height: 1;
}

{{ baseTag }}[class^="bhi-"]:before {
{{ baseTag }}[class~="bhi-"]:before {
font-family: {{fontName}} !important;
font-style: normal;
font-weight: normal !important;
Expand Down

0 comments on commit d974756

Please sign in to comment.