-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Missing CSS helpers in No Dark Mode version #3736
Comments
I also see no effect from |
Same here: A fixed no-dark-mode version would be very much appreciated, since it allows upgrade to 1.0 for sites that don't yet work properly with dark mode (or where a dark mode is simply undesired). |
I guess it is because a missing |
+1 Minified CSS size went from 207kb for 0.9.4 to 647kb for 1.0.0 (more than tripled!). How to get the same functionality with a similar CSS bundle size? |
While the dark mode works generally, there are various issues with it, and I don't currently want to spend my time fine-tuning the dark mode. Note: The bundle is patched to include helpers, see jgthms/bulma#3736 (comment)
While the dark mode works generally, there are various issues with it, and I don't currently want to spend my time fine-tuning the dark mode. Note: The bundle is patched to include helpers, see jgthms/bulma#3736 (comment)
Thanks @jgthms |
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
<head>.
<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
The text was updated successfully, but these errors were encountered: