ag-theme-material.scss 698 B

1234
  1. @if not global-variable-exists("ag-suppress-all-theme-deprecation-warnings") {
  2. @warn "You are importing ag-theme-material/sass/ag-theme-material.scss. This import path is deprecated and will be removed in a future major version release. To continue using the Material theme, please update your imports to either ag-theme-material/sass/legacy/ag-theme-material-v22-compat.scss (if you want to continue using v22 global variables for configuration), or ag-theme-material/sass/ag-theme-material-mixin.scss (if you want to transition to the new theme configuration system). See https://www.ag-grid.com/javascript-grid-themes-v23-migration/";
  3. }
  4. @import "./legacy/ag-theme-material-v22-compat.scss";