Skip to content

Commit

Permalink
feat(spreadsheet): add fluent styles
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalenaan authored and TeyaVes committed Sep 12, 2022
1 parent 029fb70 commit 3dfe954
Show file tree
Hide file tree
Showing 5 changed files with 1,360 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/index.scss
Expand Up @@ -123,7 +123,7 @@
// Data management
@use "grid";
@use "listview";
// @use "spreadsheet";
@use "spreadsheet";
@use "pivotgrid";
@use "treelist";
@use "filter";
Expand Down Expand Up @@ -282,7 +282,7 @@
// Data management
@include grid.styles();
@include listview.styles();
// @include spreadsheet.styles();
@include spreadsheet.styles();
@include pivotgrid.styles();
@include treelist.styles();
@include filter.styles();
Expand Down

0 comments on commit 3dfe954

Please sign in to comment.