Skip to content

Commit e25ca4c

Browse files
committed
1052732: Updated latest theme references
1 parent 5f4a38e commit e25ca4c

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"webpack-stream": "^7.0.0"
3434
},
3535
"dependencies": {
36-
"@syncfusion/ej2-spreadsheet": "*"
36+
"@syncfusion/ej2-spreadsheet": "*",
37+
"@syncfusion/ej2-tailwind3-theme": "*"
3738
}
3839
}

src/styles/styles.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
@import '../../node_modules/@syncfusion/ej2-base/styles/tailwind3.css';
2-
@import '../../node_modules/@syncfusion/ej2-inputs/styles/tailwind3.css';
3-
@import '../../node_modules/@syncfusion/ej2-buttons/styles/tailwind3.css';
4-
@import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/tailwind3.css';
5-
@import '../../node_modules/@syncfusion/ej2-lists/styles/tailwind3.css';
6-
@import '../../node_modules/@syncfusion/ej2-navigations/styles/tailwind3.css';
7-
@import '../../node_modules/@syncfusion/ej2-popups/styles/tailwind3.css';
8-
@import '../../node_modules/@syncfusion/ej2-dropdowns/styles/tailwind3.css';
9-
@import '../../node_modules/@syncfusion/ej2-grids/styles/tailwind3.css';
10-
@import '../../node_modules/@syncfusion/ej2-spreadsheet/styles/tailwind3.css';
1+
@import '../../node_modules/@syncfusion/ej2-tailwind3-theme/styles/spreadsheet/index.css';

0 commit comments

Comments
 (0)