maxW1 method

max-w-1 -->gt; max-width: 4px;

Implementation

ContainerBuilder maxW1() {
  _maxWidth = 4;
  return this;
}