Skip to content

Commit 94d9e09

Browse files
author
developer
committed
Fix: swimlane#557 documentation has the wrong path for the material theme. Corrected path to the material theme.
1 parent d1ff990 commit 94d9e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include that in your application `release/material.css` and add the CSS class `m
88
This is a simple way to apply the style of the demo.
99
```scss
1010
@import '/node_modules/@swimlane/ngx-datatable/release/index.css';
11-
@import '/node_modules/@swimlane/ngx-datatable/release/material.css';
11+
@import '/node_modules/@swimlane/ngx-datatable/release/themes/material.css';
1212
@import '/node_modules/@swimlane/ngx-datatable/release/assets/icons.css';
1313
```
1414
You can just add above to your `scss` file and then specify the class of your ngx-datatable to `<ngx-datatable class="material">`

0 commit comments

Comments
 (0)