948
questions
0
votes
0
answers
8
views
bulma 1.0 gives the error `@use rules must be written before any other rules`
I just upgraded to bulma v1.0 and I'm getting this error:
ERROR in ./src/app.sass
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build ...
0
votes
1
answer
32
views
Why does the Bulma CSS framwork change the z-index on hover?
I am looking into rendering performance issues of my website and I have found that I get a lot of repaints while just moving the mouse pointer around.
Example: the HTML-Box below the input field and ...
0
votes
1
answer
43
views
Modal controls in vue components
I'm making an edit user account page in Laravel, Vue, and Inertia. The user changes their information via forms that are stored as reusable modals.
The demo button makes the modal work fine, but when ...
0
votes
0
answers
20
views
How do I customize Buefy colors in a Vue 3 project?
I am trying to customize the styles in my Vue 3 project, so I am following the documentation: https://buefy.org/documentation/customization/ that brings me to the error:
Error: Can't find stylesheet ...
0
votes
0
answers
59
views
Overwrite colors of bulma 1.0.X
I just begin to work on Bulma CSS 1.X, and after a lot of google search and pain, I'm unavailable to find a way of customing theme colors.
Based on the documentation I successfully edit this :
<...
0
votes
0
answers
38
views
How to apply classes to the checkboxes that are rendered in a buefy b-table when checkable is set to true?
I have a buefy b-table component and I'm trying to style the checkboxes to match the rest of my project by applying classes to them. Since I am not actually creating/rendering the element, how do I ...
0
votes
1
answer
41
views
small whitespace at the bottom
I am creating my website using html and bulma but I noticed that there is small whitespace at the bottom of my page.
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.2/css/bulma.min....
0
votes
0
answers
33
views
Undefined predefind Bulma SASS color variable
When I was using Bulma 0.9.4 I could customise colors using Bulma's predefined colors e.g. something like this:
$body-background-color: $grey
With Bulma 1.0.1 I have code like the following:
@use &...
0
votes
1
answer
85
views
How to create conditional styling for Bulma CSS, similar to Pico CSS, without losing Bulma's design?
I'm trying to implement conditional styling for Bulma CSS, similar to how Pico CSS handles it (https://picocss.com/docs/conditional). My goal is to scope Bulma styles to elements with a specific class,...
0
votes
0
answers
35
views
Setting a transparent background on bulma hero?
How to set the background colour of a hero element in Bulma to transparent?
Version 1 of Bulma
Set the $primary variable?
This doesn't work.
$primary: transparent;
@use "../../../../libraries/...
0
votes
0
answers
23
views
Keeping a form centered on mobile in Bulma? (when it's centered on desktop)
I have been imporoving my ancient webdesign skills lately and decided to try out Bulma for a simple todo list flask app. Everything works great but when I reduce the screen size for mobile/tablet, my ...
0
votes
2
answers
301
views
Customizing BulmaCSS colors with CSS
After reading the documentation, I still don't understand why I can't set the primary color with CSS like this:
<!DOCTYPE html>
<!-- Force the light theme: -->
<html data-theme="...
0
votes
0
answers
147
views
Cannot get Bulma color overrides to work after Bulma upgrade to 1.0.1
I have a create-react-app in which I am trying to upgrade bulma from version 0.9.4 to 1.0.1. So far, everything seems to have worked, with exception of the new dart method of overriding the colors.
I ...
2
votes
0
answers
106
views
Add custom color to both light and dark mode in bulma
Bulma 1.0 added support for dark mode.
I already figured out how to add a custom color to Bulma.
Now, I want to know how I can get it to use a different color value in dark mode.
$groovy: #4298B8;
// ...
4
votes
0
answers
699
views
FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye
Trying to setup Electron on my computer, to setup .exe files for my HTML/CSS/JS projects
I'm currently developing on Windows and got this:
[3088:0525/235414.074:ERROR:gpu_process_host.cc(991)] GPU ...