Skip to content

Commit

Permalink
feat(pivotgrid): add fluent styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Sep 12, 2022
1 parent 3fef2cf commit e3a4634
Show file tree
Hide file tree
Showing 5 changed files with 1,134 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
@use "grid";
@use "listview";
// @use "spreadsheet";
// @use "pivotgrid";
@use "pivotgrid";
@use "treelist";
@use "filter";
@use "filemanager";
Expand Down Expand Up @@ -283,7 +283,7 @@
@include grid.styles();
@include listview.styles();
// @include spreadsheet.styles();
// @include pivotgrid.styles();
@include pivotgrid.styles();
@include treelist.styles();
@include filter.styles();
@include filemanager.styles();
Expand Down
Loading

0 comments on commit e3a4634

Please sign in to comment.