@catchnewyork, thanks for sharing the info. Yeah, we don't officially support calc() because that's rather tricky and not exactly reliable. The browser always reports computed values without calc() (for transforms, it's a pixel-based matrix() or matrix3d(), for example). With enough extra code and conditional logic added to CSSPlugin, we probably could wedge something like that in there, but I'm not sure it'd be worth the extra kb and slowdown. If we get enough requests, though, we'll certainly
    • Like
    3