Created by: supergibbs
Add .col--0 classes with overflow: hidden
and padding-left/right: 0
This was addressed a while back (https://github.com/twbs/bootstrap/issues/11391) but not included. As @tkaprol commented, they would be useful in animation. I am working on a responsive collapsible sidebar and this is the missing piece. The sidebar uses col classes to responsively change it's expanded width and the new col-0 classes to collapse it.