Skip to content

Commit 00a975a

Browse files
authored
docs: add Fluent Theme to docs
1 parent 6382caf commit 00a975a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frameworks/slickgrid-react/docs/styling/styling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)_

0 commit comments

Comments
 (0)