bool isCSSViewportUnit(CSSUnit unit) { return unit == CSSUnit.vw || unit == CSSUnit.vh || unit == CSSUnit.vmin || unit == CSSUnit.vmax; }