Skip to content

Commit f2dbca9

Browse files
committed
refactor(typography): put typography vars in a layer
1 parent f5e0800 commit f2dbca9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/typography/_typography.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
$_scope: if(is-root() or is-host(), '.ig-typography', '&');
5656

5757
#{$_scope} {
58-
@include _component-typography($type-scale, $exclude);
58+
@layer ig.typography {
59+
@include _component-typography($type-scale, $exclude);
60+
}
5961
}
6062

6163
@if not(list.index($exclude, 'global')) {

0 commit comments

Comments
 (0)