You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally I'm finding myself using .nowrap more and more frequently. As CSS Grid eats away at the old .col- systems, and Frow's (awesome) existing .shrink-0 and .grow-1 classes make working with nowrap more common, I'm debating making it the default.
This would require the .col- system to be altered, as the user would have to add the .wrap class to the containing.frow. Perhaps add a new rule to enable the use of columns?
The text was updated successfully, but these errors were encountered:
Personally I'm finding myself using
.nowrap
more and more frequently. As CSS Grid eats away at the old.col-
systems, and Frow's (awesome) existing.shrink-0
and.grow-1
classes make working with nowrap more common, I'm debating making it the default.This would require the
.col-
system to be altered, as the user would have to add the.wrap
class to the containing.frow
. Perhaps add a new rule to enable the use of columns?The text was updated successfully, but these errors were encountered: