ng new generates wrong file type #13864
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
I don't know, as I'm a new Angular user.
Description
A clear and concise description of the problem...As you can see,
--style
specifies the file extension and preprocessor. However, from the output of below command, you can see.scss
files are generated even I specified--style sass
.I tried both
--style sass
and--style scss
but in either cases only.scss
files are generated. What I expected.sass
files generated based on the help ofng new
command.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: