We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08acfb commit 413d1dcCopy full SHA for 413d1dc
packages/icons/styles/_{{filename}}.css.template
@@ -8,13 +8,15 @@
8
url('{{cssPath}}{{fontname}}.svg?t={{timestamp}}#{{fontname}}') format('svg'); /* iOS 4.1- */
9
}
10
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
-}
+@layer kol-component {
+ [class^="{{prefix}}-"], [class*=" {{prefix}}-"] {
+ font-family: '{{fontname}}';
+ font-style: normal;
+ font-weight: 400;
+ line-height: 1em;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
19
+ }
20
-{{cssString}}
21
+ {{cssString}}
22
+}
0 commit comments