bulma-o-steps
bulma-o-steps copied to clipboard
Bulma-o-steps is having influence on Bulma's buttons classes
I've just installed and uninstall Bulma o Steps to realize it's been moving the text in my large buttons to the left.
These were buttons with the following classes and rendered in this way:
<= link_to 'Go to store', for.main_product_path, class: 'button is-large is-warning is-light is-fullwidth' %>
By the way this is Rails and Ruby syntax. The code above would just render an <a>
tag with href pointing to something such as '/products/25' and having a html class on it equivalent to those listed above.
It just simply justified the button's text after compiling into my application.css
.
I removed it and noticed it's supposed to work with Bulma 0.8.2 which is not the version I'm running. I'm on 0.9 and I can't look into a solution for this right now.
I think Bulma-o-steps is a great addon to Bulma.
Another note is that I installed via yarn add bulma-o-steps
Will take a look as soon as I can.
Also came here experiencing an identical issue ('I've just installed and uninstall Bulma o Steps to realize it's been moving the text in my large buttons to the left), although I used npm install.
I have the exact same Problem
I've fixed mine by using @import "~bulma-o-steps/index.sass"; instead of @import "~bulma-o-steps/bulma-steps.sass";