ag-theme-alpine.scss 320 B

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