clearCssLength function

void clearCssLength()

Implementation

void clearCssLength() {
  clearComputedValueCache();
  _clearCssLengthStaticValue();
}