bokuweb / re-bulma

[Deprecated] 💎Bulma components for React
http://bokuweb.github.io/re-bulma/
MIT License
364 stars 66 forks source link

utilize classnames library instead of manually joining classes #60

Open capaj opened 7 years ago

capaj commented 7 years ago

joining often creates unneeded spaces, which results in something like

class="tabs    is-fullwidth"

This could be much better if re-bulma used classnames. The same bug is #50

bokuweb commented 7 years ago

@capaj thanks. If you want to customize re-bulma, may I invite you to this repogitory as collaborator?

capaj commented 7 years ago

@bokuweb sure. I can't promise I'll have time to fix this soon, but I can at least start on this in a branch.

gurre commented 6 years ago

Please keep down the number of dependancies at all costs.

capaj commented 6 years ago

@gurre the lib is 50 lines of code and it will probably save around 100 LOC on this project. Well worth it.