css-gridish
css-gridish copied to clipboard
Activate `--fluid-rows` at a breakpoint
.yourPrefix--fluid-rows
has been really helpful on tablet and desktop. However, on mobile I tend to want content to not have white space below it from the fluid rows because it usually is a one-column layout.
It would be great if there were also fluid row classes for starting fluid rows at a specific breakpoint. (.yourPrefix--fluid-rows--yourBreakpoint
)