Closed
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.2
node: 6.10.2
os: darwin x64
@angular/animations: 4.4.3
@angular/common: 4.4.3
@angular/compiler: 4.4.3
@angular/core: 4.4.3
@angular/forms: 4.4.3
@angular/http: 4.4.3
@angular/platform-browser: 4.4.3
@angular/platform-browser-dynamic: 4.4.3
@angular/router: 4.4.3
@angular/cli: 1.4.2
@angular/compiler-cli: 4.4.3
@angular/language-service: 4.4.3
typescript: 2.3.4
macOS Sierra 10.12.6
Repro steps.
create new angular project with command:
ng new my-project --style=scss
then create new component with command:
ng g component test
it create css file instead of scss.
The log given by the failure.
Desired functionality.
I think it should create scss file, right? Because when create this project I set the style use --style=scss
Mention any other details that might be useful.
Metadata
Metadata
Assignees
Labels
No labels