Toast
Toast copied to clipboard
Toast way to hide column on mobile?
Does toast have way to hide column for example on mobile? Like: col--m-0-of-2?
Not from what I see in the source code, but you could easily create some helpers to fulfill this.
Bootstrap's approach is still a good one in my opinion ("Responsive utilities" in their documentation), you'd just have to use the media queries already in place (using the "$toast-breakpoint-" variables) and put some "hidden-s" and "hidden-md" classes in it.
My guess is that this grid's goal is to remain as minimalist as possible, to me it's an interesting working base, simple enough to be customized and enhanced depending of projects' needs.