mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f9da27214b
Currently we normalize all CSS property names in the `StylingBuilder` which breaks custom properties, because they're case-sensitive. These changes add a check so that custom properties aren't normalized. Fixes #41364. PR Close #41380