From d97475687bb4c15d528db5f4c6a32a8edbf1beb9 Mon Sep 17 00:00:00 2001 From: Brian Kimball Date: Wed, 28 Mar 2018 11:29:49 -0400 Subject: [PATCH] fix(tag): if `i` didn't start with icon class it breaks --- templates/css.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/css.hbs b/templates/css.hbs index fc59ba8..5749144 100644 --- a/templates/css.hbs +++ b/templates/css.hbs @@ -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;