File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
frameworks/slickgrid-react/docs/styling Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ The Material & Salesforce Themes are using SVGs internally for the icons used by
3232@use ' @slickgrid-universal/common/dist/styles/css/slickgrid-theme-bootstrap.css' ;
3333@use ' @slickgrid-universal/common/dist/styles/styles/css/slickgrid-theme-material.css' ;
3434@use ' @slickgrid-universal/common/dist/styles/css/slickgrid-theme-salesforce.css' ;
35+ @use ' @slickgrid-universal/common/dist/styles/css/slickgrid-theme-fluent.css' ;
3536```
3637
3738##### with SASS
@@ -44,8 +45,10 @@ The Material & Salesforce Themes are using SVGs internally for the icons used by
4445);
4546
4647// or other Themes
48+ @use ' @slickgrid-universal/common/dist/styles/sass/slickgrid-theme-bootstrap.scss' ;
4749@use ' @slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.scss' ;
4850@use ' @slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.scss' ;
51+ @use ' @slickgrid-universal/common/dist/styles/sass/slickgrid-theme-fluent.scss' ;
4952```
5053
5154### Using CSS Variables _ (instead of SASS)_
You can’t perform that action at this time.
0 commit comments