We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de9b46 + 94d9e09 commit 2eaf7b5Copy full SHA for 2eaf7b5
docs/introduction/themes.md
@@ -8,7 +8,7 @@ include that in your application `release/material.css` and add the CSS class `m
8
This is a simple way to apply the style of the demo.
9
```scss
10
@import '/node_modules/@swimlane/ngx-datatable/release/index.css';
11
-@import '/node_modules/@swimlane/ngx-datatable/release/material.css';
+@import '/node_modules/@swimlane/ngx-datatable/release/themes/material.css';
12
@import '/node_modules/@swimlane/ngx-datatable/release/assets/icons.css';
13
```
14
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