Closed
Description
I initially thought this was a bug!
ng g c component-name --style=sass
generates .scss files
ng new my-project --style=sass
generates .scss files
What is the reason behind this change?
What about those of us who prefer using the sass indented syntax? It is still supported and they are not dropping it so I don't see any reason to remove it from ng generate and ng new simply because most developers prefer the scss syntax.
This is really causing a problem for my workflow as I am using let g:angular_cli_stylesheet_format = 'sass'
in my .vimrc so I now have to convert everything to scss and start working with syntax I don't like to use.