maxW8 method

max-w-8 -->gt; max-width: 32px;

Implementation

ContainerBuilder maxW8() {
  _maxWidth = 32;
  return this;
}