You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/core/styles/themes/_index.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@
615
615
/// Creates a global bootstrap-like theme that can be used with dark backgrounds.
616
616
///@param{Map}$palette - An igx-palette to be used by the global theme.
617
617
///@param{List}$exclude [( )] - A list of igx components to be excluded from the global theme styles.
618
-
///@param{Boolean}$legacy-support [false] - If set to false, it turns off support for IE11, allowing you to use css variables to style components.
618
+
///@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.
0 commit comments