Skip to main content
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 ...
thom_nic's user avatar
  • 8,113
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 ...
Marcel's user avatar
  • 15.7k
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 ...
Graeme Robinson's user avatar
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 ...
Fomalhaut's user avatar
  • 9,595
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 : <...
Erwan Cloux's user avatar
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 ...
user456's user avatar
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....
legoland's user avatar
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 &...
nandac's user avatar
  • 349
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,...
Cyrus Justine's user avatar
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/...
Interlated's user avatar
  • 5,826
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 ...
Cold Clock's user avatar
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="...
Desmes's user avatar
  • 75
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 ...
martijn's user avatar
  • 1,459
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; // ...
Leonard Brünings's user avatar
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 ...
easr97's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
64