isViewportSizeRelatedLength method

bool isViewportSizeRelatedLength()

Implementation

bool isViewportSizeRelatedLength() {
  return type == CSSLengthType.VH || type == CSSLengthType.VW;
}