Closed
Description
Bug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [ X ] feature request
Versions.
Angular CLI: 1.5.0
Node: 8.9.1
OS: darwin x64
macOS Sierra 10.12.6
Repro steps.
- run
ng new foo --styles scss
- create a component with inline styles
- add scss styles to it
- run
ng serve -o
The log given by the failure.
The styles compile as CSS, with no errors.
Desired functionality.
I would like to see angular warn when detecting SASS or LESS in inline styles and the CLI json file has SCSS or LESS identified.
as per chat with @StephenFluin