Skip to content

Commit

Permalink
Merge pull request #835 from hougasian/before
Browse files Browse the repository at this point in the history
fix: initial classes were set to :before
  • Loading branch information
mrtrimble authored Jan 24, 2024
2 parents e57c72a + 7f5fd98 commit 83a2eb5
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 83a2eb5

Please sign in to comment.