maxW3 method

max-w-3 -->gt; max-width: 12px;

Implementation

ContainerBuilder maxW3() {
  _maxWidth = 12;
  return this;
}