_ag-theme-base.scss 393 B

12345678910
  1. @import "./ag-theme-base-mixin";
  2. // LEGACY THEME FILE
  3. // This mixin is for backwards compatibility with older apps that use global variables
  4. // New apps should @import ag-theme-base-mixin.scss and @include ag-theme-base($params),
  5. // instead of using this file.
  6. @mixin ag-grid-theme {
  7. @include ag-theme-base(ag-theme-base-create-params-from-legacy-vars($ag-theme-base-default-params));
  8. }