Skip to content

Commit

Permalink
fix: intial classes were set to :before
Browse files Browse the repository at this point in the history
  • Loading branch information
hougasian authored and hougasian committed Jan 24, 2024
1 parent e57c72a commit 7f5fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/css.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{# if selector }}
{{ selector }}:before {
{{ else }}
{{ tag }}[class^="{{prefix}}-"]:before, {{ tag }}[class*=" {{prefix}}-"]:before {
{{ tag }}[class^="{{prefix}}-"], {{ tag }}[class*=" {{prefix}}-"] {
{{/ if }}
display: inline-block;
font-family: {{ name }} !important;
Expand Down

0 comments on commit 7f5fd98

Please sign in to comment.