-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken
Description
Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.4.1
node: 7.10.1
os: linux x64 (Bash on Ubuntu on Windows)
Repro steps.
When creating a new project:
ng new my-project --style=scss
ng g component my-component
=> create src/app/my-component/my-component.component.css (0 bytes)
Same with an existing project:
ng new my-project
ng set defaults.styleExt scss
ng g component my-component
=> create src/app/my-component/my-component.component.css (0 bytes)
Desired functionality.
The generate command should generate an .scss file instead of a .css file as mentioned in #1177
cedvdb, Karasuni, frizar, bhanuone, rscottfree and 20 moremahesh5b5
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken