Root class of the injected control — also the idempotency marker.
⚠️ Class names are written as string literals here, never composed
(`${ROOT}__select`). purgecss scans the sources statically: a name it cannot
read as a literal is reported as a dead rule and the style gets stripped from the
production CSS — the control would render unstyled, with every test still green.
Root class of the injected control — also the idempotency marker.
⚠️ Class names are written as string literals here, never composed (
`${ROOT}__select`). purgecss scans the sources statically: a name it cannot read as a literal is reported as a dead rule and the style gets stripped from the production CSS — the control would render unstyled, with every test still green.