Toast icon indicating copy to clipboard operation
Toast copied to clipboard

Toast way to hide column on mobile?

Open henrikra opened this issue 9 years ago • 1 comments

Does toast have way to hide column for example on mobile? Like: col--m-0-of-2?

henrikra avatar Dec 22 '15 21:12 henrikra

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.

Zealotux avatar Dec 24 '15 13:12 Zealotux