Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulma-o-steps is having influence on Bulma's buttons classes #26

Open
duartemvix opened this issue Sep 29, 2020 · 4 comments
Open

Bulma-o-steps is having influence on Bulma's buttons classes #26

duartemvix opened this issue Sep 29, 2020 · 4 comments
Labels
bug Something isn't working later future

Comments

@duartemvix
Copy link

duartemvix commented Sep 29, 2020

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

@octoshrimpy
Copy link
Owner

Will take a look as soon as I can.

@octoshrimpy octoshrimpy added bug Something isn't working later future labels Dec 31, 2020
@dylzeee
Copy link

dylzeee commented Feb 7, 2021

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.

@LouisKoenig
Copy link

I have the exact same Problem

@jarielbalberona
Copy link

I've fixed mine by using
@import "~bulma-o-steps/index.sass";
instead of @import "~bulma-o-steps/bulma-steps.sass";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working later future
Projects
None yet
Development

No branches or pull requests

5 participants