mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f98547675c
Adds logic to inject symbols into CSS variables for runtime namespacing. The runtime now replaces instances of `%NS%` with a namespacing variable, limiting reach of CSS variables to the current app. An opt-out syntax of a `--global` prefix allows users to avoid this behavior. PR Close #68846