Bug report
Description / Observed Behavior
Got a misleading error in the OG playground when using translateZ(value):
Y[r] is not a function
in CSS rule `transform: translateZ(1px)`. Only absolute lengths such as `10px` are supported.
Expected Behavior
If translateZ() isn't supported, then it should report something along the lines of:
`transform: translateZ()` is not supported
Reproduction
OG Playground Repro
Additional Context
N/A
Bug report
Description / Observed Behavior
Got a misleading error in the OG playground when using
translateZ(value):Expected Behavior
If
translateZ()isn't supported, then it should report something along the lines of:`transform: translateZ()` is not supportedReproduction
OG Playground Repro
Additional Context
N/A