ag-theme-alpine-dark.scss 350 B

12345678
  1. @import "./ag-theme-alpine-dark-mixin";
  2. // Including this file emits CSS for the Alpine Dark theme. If you want to extend the Alpine Dark theme,
  3. // @import ag-theme-alpine-mixin.scss and @include ag-theme-alpine($params) instead of using this file.
  4. .ag-theme-alpine-dark {
  5. @include ag-theme-alpine-dark($ag-theme-alpine-dark-default-params);
  6. }