Skip to content

Missing CSS helpers in No Dark Mode version #3736

@idybil

Description

@idybil

First of all, a big thank you for your great work! I've done tons of projects with the 0.9.4 version and your version 1.0.0 seems great. I especially appreciate the CSS variables.

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma --> 1.0.0
My browser is: any

Description

It seems that the "bulma-no-dark-mode.min.css" version does not contains the CSS helpers.

Steps to Reproduce

  1. Use the "bulma-no-dark-mode.min.css" in your html <head>.
  2. Put any html element with a CSS help class, example <h1 class="has-text-link mb-5">Hi!</h1>

Expected behavior

The <h1> tag from the example above should have the text-link color and have a margin-bottom.

Actual behavior

The <h1> tag from the example above does not have the text-link color and have a margin-bottom.

Question

Is it possible to include the CSS helper in the "bulma-no-dark-mode.min.css" version or have a new version having the helpers ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions