-
Notifications
You must be signed in to change notification settings - Fork 12k
ng new with --style=sccs fails to do @import from styles.sccs #13452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Also relates to #13149 |
Verified, it has to be "scss" and not "sccs" in the commandline. As improvement can I suggest a check on the possible values of "--style" on the command line, aborting with a nice error message when something unexpected is passed. |
I totally agree. |
Closing this in favor of #13149 since it's the same cause and fix. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Angular CLI: 7.2.2
Node: 10.12.0
OS: win32 x64
Angular: 7.2.1
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
@angular-devkit/architect 0.12.2
@angular-devkit/build-angular 0.12.2
@angular-devkit/build-optimizer 0.12.2
@angular-devkit/build-webpack 0.12.2
@angular-devkit/core 7.2.2
@angular-devkit/schematics 7.2.2
@angular/cli 7.2.2
@ngtools/webpack 7.2.2
@schematics/angular 7.2.2
@schematics/update 0.12.2
rxjs 6.3.3
typescript 3.2.2
webpack 4.28.4
Repro steps
Very simple to reproduce:
And now it fails
The log given by the failure
Desired functionality
To be able to import files from the styles.sccs file when using "--style=sccs"
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: