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.
1 parent 0e83523 commit 6da35eeCopy full SHA for 6da35ee
packages/devextreme-schematics/src/add-view/index.ts
@@ -147,7 +147,7 @@ function getComponentFileNames(name: string) {
147
path,
148
ts: `${path}/${baseName}.component.ts` as Path,
149
html: `${path}/${baseName}.component.html` as Path,
150
- style: `${path}/${baseName}.component.scss` as Path
+ style: `${path}/${baseName}.component.css` as Path
151
};
152
}
153
0 commit comments