Skip to content

Commit 20db2d2

Browse files
authored
fix(rating): size doesn't work (#12753)
Closes #12741
1 parent 2a89c29 commit 20db2d2

File tree

1 file changed

+5
-0
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/generators

1 file changed

+5
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
$excluded: ();
3939
$scope: if(is-root(), ':root', '&');
4040

41+
#{$scope} {
42+
--ig-size-small: 1;
43+
--ig-size-medium: 2;
44+
--ig-size-large: 3;
45+
}
4146

4247
@if not(list.index($exclude, 'palette')) {
4348
@include palette($palette);

0 commit comments

Comments
 (0)