jgthms / bulma

Modern CSS framework based on Flexbox

Home Page:https://bulma.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color and Alignment Helpers don't work when using the No Dark Mode version

IcemanHHW opened this issue · comments

This is about Bulma.

Is it a bug/feature/question or do you need help? Bug

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma version [1.0.0]
My browser is: Firefox

I am sure this issue is not a duplicate

Description

When using the No Dark Mode version the text alignment and text color helpers helpers are not working.

Steps to Reproduce

  1. Follow the docs to install the No Dark Mode version
  2. Use has-text-centered and has-text-primary
  3. See in the browser that the text isn't centered or in color
  4. Install the full version
  5. See that the text is centered and has the primary color

Code
afbeelding

No Dark mode version
afbeelding

Full version with forced light mode
afbeelding

Expected behavior

All the helpers should work when using the No Dark mode version.

Actual behavior

I now have to install the full version and force the HTML to be in light mode only to center my text