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

Some of the helper classes are missing prefix in the pre-built alternative of "Prefixed" version #3805

Open
alexchanwk opened this issue Apr 29, 2024 · 0 comments

Comments

@alexchanwk
Copy link

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma Prefixed [1.0.0]

Description

I am loving the prefixed pre-built version of Bulma 1.0.0. However, there are problems when using some of the typography and spacing helper classes (E.g., is-size-*, py-*) which are not working when the "bulma-" prefix is added.

Steps to Reproduce

When the following title is created, the text size (bulma-is-size-*) and padding (bulma-py-5-*) helpers has no effect.

<div class="bulma-title bulma-has-text-primary bulma-is-size-1 bulma-py-5">Bulma</div>

It only works after removing the prefix from those helper classes

<div class="bulma-title bulma-has-text-primary is-size-1 py-5">Bulma</div>

Expected behavior

For consistency, I would love the ability to use the spacing and size classes also with prefix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant