From 6b4a10c4c466aaea9424eef292bc89647083af6a Mon Sep 17 00:00:00 2001 From: Kalaivannan-Ganesan <93248069+Kalaivannan-Ganesan@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:44:22 +0530 Subject: [PATCH] Added code for the new theme improvements --- getting-started/package.json | 1 + getting-started/src/styles.css | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/getting-started/package.json b/getting-started/package.json index 9c8f357..1dac6f7 100644 --- a/getting-started/package.json +++ b/getting-started/package.json @@ -18,6 +18,7 @@ "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", "@syncfusion/ej2-angular-documenteditor": "^33.2.6", + "@syncfusion/ej2-tailwind3-theme": "^34.2.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" }, diff --git a/getting-started/src/styles.css b/getting-started/src/styles.css index c82faac..63b6800 100644 --- a/getting-started/src/styles.css +++ b/getting-started/src/styles.css @@ -1,9 +1,2 @@ -@import '../node_modules/@syncfusion/ej2-base/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-buttons/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-inputs/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-popups/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-lists/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-navigations/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-dropdowns/styles/tailwind3.css'; -@import '../node_modules/@syncfusion/ej2-angular-documenteditor/styles/tailwind3.css'; \ No newline at end of file +@import "../node_modules/@syncfusion/ej2-tailwind3-theme/styles/document-editor/index.css"; +@import "../node_modules/@syncfusion/ej2-tailwind3-theme/styles/document-editor-container/index.css"; \ No newline at end of file