Brian Johnson

Results 23 comments of Brian Johnson

Let's break it down. Bulma's `--bulma-primary` custom property serves as a foundational color, influencing various components throughout the framework. This property is defined as individual HSL values which correlate each...

This is just one (of many) example on how to customize the color of buttons: ```css :root { --custom-button-1-h: 240; --custom-button-2-h: 100; } .button.is-custom-1 { --bulma-button-h: var(--custom-button-1-h); } .button.is-custom-2 {...

> That's the whole point, the goal is to not have to use SCSS, because in many cases you can't. For example, when you're creating an editor where the end...

There was no aggression, perhaps you were being a little aggressive coming at me, someone who literally just tried to help you, not only that, I provided examples with working...

Size != dimensions. Sizes, in bulma terms, are **is-small**, **is-medium**, **is-large**, etc which are modifiers to buttons, tags, content, progress bars, etc. Not all elements have sizes, which are indicated...

While this is an older post and the syntax isn't Bulma 1.0's grid syntax The following css would need to be updated: ```css .grid-header { background-color: lightgray; position: sticky; top:...

Should also point out that I have attempted a few fixes I found online, but the work-arounds are still somewhat unsatisfactory or dont work for all situations. There's also a...

This seems to be the best working solution which I could find that doesn't use margins or paddings that interfere with .title and .subtitle classes in Bulma. https://getpublii.com/blog/one-line-css-solution-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header.html Here's what...

lol, the docs are open-source! and Bulma already supports dark mode using solutions like the one above. If you want the docs to change, feel free to clone locally, update,...

This isn't really an issue, IMHO. And you should be opening a bug with the developers of Dark Reader. Bulma is a very relevant CSS framework with a large user...