@progress/kendo-cli 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22262,7 +22262,7 @@ class CreateAstroApp extends scaffolding_1.ProjectTemplate {
|
|
|
22262
22262
|
async applyKendoTheme(file, content) {
|
|
22263
22263
|
const filePath = 'src/layouts/Layout.astro';
|
|
22264
22264
|
if (file.includes(filePath)) {
|
|
22265
|
-
let updatedContent = content.replace(`import
|
|
22265
|
+
let updatedContent = content.replace(`import "@progress/kendo-theme-default/dist/all.css";`, `import "@progress/kendo-theme-${this.options.theme}/dist/all.css";`);
|
|
22266
22266
|
return updatedContent;
|
|
22267
22267
|
}
|
|
22268
22268
|
return content;
|