rgba converted to hex notation in Component Styles - breaks IE11 #21652
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
type: bug/fix
Milestone
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
No
Description
When running "ng build", Angular v12 converts rgba to hex notation for component style (css / less / sass)
This causes issue for IE11 because IE11 doesn't support #rrggbbaa hex color notation (https://caniuse.com/css-rrggbbaa)
Even though IE11 is already marked as deprecated, I would expect it shouldn't have this issue
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
No response
The text was updated successfully, but these errors were encountered: