Skip to content

Commit 413d1dc

Browse files
committed
fix for icons
1 parent b08acfb commit 413d1dc

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

packages/icons/styles/_{{filename}}.css.template

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
url('{{cssPath}}{{fontname}}.svg?t={{timestamp}}#{{fontname}}') format('svg'); /* iOS 4.1- */
99
}
1010

11-
[class^="{{prefix}}-"], [class*=" {{prefix}}-"] {
12-
font-family: '{{fontname}}';
13-
font-style: normal;
14-
font-weight: 400;
15-
line-height: 1em;
16-
-webkit-font-smoothing: antialiased;
17-
-moz-osx-font-smoothing: grayscale;
18-
}
11+
@layer kol-component {
12+
[class^="{{prefix}}-"], [class*=" {{prefix}}-"] {
13+
font-family: '{{fontname}}';
14+
font-style: normal;
15+
font-weight: 400;
16+
line-height: 1em;
17+
-webkit-font-smoothing: antialiased;
18+
-moz-osx-font-smoothing: grayscale;
19+
}
1920

20-
{{cssString}}
21+
{{cssString}}
22+
}

0 commit comments

Comments
 (0)