maxW6 method

max-w-6 -->gt; max-width: 24px;

Implementation

ContainerBuilder maxW6() {
  _maxWidth = 24;
  return this;
}