You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'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
The text was updated successfully, but these errors were encountered: