Closed
Description
Currently when starting a new project with css preprocessor flag (eg. ng new --style stylus
) the appropriate preprocessor isn't installed as part of the project initialization, leaving the user to install it manually afterwards and with a broken project (see #971 (comment)).
The CLI should install the preprocessors automatically.