<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ### Versions. <!-- Output from: `ng --version`. If nothing, output from: `node --version` and `npm --version`. Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?) --> @angular/cli: 1.4.2 node: 8.4.0 os: win32 x64 ### Repro steps. <!-- Simple steps to reproduce this bug. Please include: commands run, packages added, related code changes. A link to a sample repo would help too. --> 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. <!-- Normally this include a stack trace and some more information. --> ### Desired functionality. <!-- What would like to see implemented? What is the usecase? --> correct extension used for css ### Mention any other details that might be useful. <!-- Please include a link to the repo if this is related to an OSS project. -->