Closed
Description
🐞 Bug report
Command (mark with an x
)
- [x] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: All 7.x before 7.3.0
Description
When choosing Sass as the stylesheet preprocessor, CLI produces styles.scss
but angular.json
expects styles.sass
.
Previous available choice of "Scss" is gone.
🔬 Minimal Reproduction
ng new
- Choose
Sass
as the stylesheet format ng build
orng serve
🔥 Exception or Error
ERROR in multi ./src/styles.sass
Module not found: Error: Can't resolve '[...]/src/styles.sass' in '[...]'
[...]
above refers to the project folder.