Skip to content

Commit 3e942a0

Browse files
didimmovasimeonoff
andauthored
Update projects/igniteui-angular/src/lib/core/styles/themes/_index.scss
Co-Authored-By: Simeon Simeonoff <[email protected]>
1 parent 959e5a8 commit 3e942a0

File tree

1 file changed

+1
-1
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
/// Creates a global fluent theme that can be used with light backgrounds.
483483
/// @param {Map} $palette - An igx-palette to be used by the global theme.
484484
/// @param {List} $exclude [( )] - A list of igx components to be excluded from the global theme styles.
485-
/// @param {Boolean} $legacy-support [false] - If set to false, it turns off support for IE11, allowing you to use css variables to style components.
485+
/// @param {Boolean} $legacy-support [false] - If set to true, it turns on support for IE11, i.e. css variables are not used in the generated component themes.
486486
@mixin igx-fluent-theme(
487487
$palette,
488488
$exclude: (),

0 commit comments

Comments
 (0)