maxW0 method

max-w-0 -->gt; max-width: 0;

Implementation

ContainerBuilder maxW0() {
  _maxWidth = 0;
  return this;
}