mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f12c53342c
the final styles created in buildStyles lack normalization, meaning that pixel values remain as numbers (without "px") and so such properties fail to be correctly set/applied Example: "width: 300" is applies as "width": "300" (and thus ignored) instead of the correct "width": "300px" PR Close #42763