Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.4.2
node: 8.4.0
os: win32 x64
Repro steps.
In a project that uses scss as style.
Generate a new component.
The css for the component will be .css instead of .scss.
The log given by the failure.
Desired functionality.
correct extension used for css
Mention any other details that might be useful.
Bug Report or Feature Request (mark with an
x)Versions.
@angular/cli: 1.4.2
node: 8.4.0
os: win32 x64
Repro steps.
In a project that uses
scssas style.Generate a new component.
The css for the component will be
.cssinstead of.scss.The log given by the failure.
Desired functionality.
correct extension used for css
Mention any other details that might be useful.