Skip to content

Commit 2eaf7b5

Browse files
authored
Merge pull request swimlane#564 from btinoco/documentation-css-material-theme-path
Fix: swimlane#557 documentation has the wrong path for the material theme. …
2 parents 0de9b46 + 94d9e09 commit 2eaf7b5

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)