toadkicker / railsstrap

Make your Ruby project awesome with railsstrap. Bootstrap 4 + Helpers, additional components, and more.
http://toadkicker.github.io/railsstrap/
Other
63 stars 7 forks source link

Allow column_class property in panel helper to accept short form column names #49

Closed toadkicker closed 6 years ago

toadkicker commented 9 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])
toadkicker commented 6 years ago

Since V4 of bootstrap renamed this to card, Railsstrap v4 now supports sending any css classes to the card helper.