Closed toadkicker closed 6 years ago
adding this would allow a developer to save some typing by using:
panel_row(column_class: 4s)
or
panel_row(column_class: [2L,4m,2s,12x])
Since V4 of bootstrap renamed this to card, Railsstrap v4 now supports sending any css classes to the card helper.
adding this would allow a developer to save some typing by using:
or