Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Jul 9, 2021
1 parent 2427e6f commit d88911a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui-components/src/global/vendor/ag_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

.ag-theme-alpine.ag-theme-bloom {
// would like to remove the local theme class
@include ag-theme-alpine((header-height: 83px, row-height: 58px));
@include ag-theme-alpine(
(
header-height: 83px,
row-height: 58px,
)
);

.ag-row {
height: ag-param(row-height);
Expand Down

0 comments on commit d88911a

Please sign in to comment.