These are used by `CSSNumericValue.to(unit)` which attempts to convert to the provided unit.
From the CSS token side, we already have these in FlyString form. From the generated code side, we can easily return FlyStrings instead of StringViews. So, let's do that, and save some work converting back and forth.