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:
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, allowing me to use both Pico CSS and Bulma in the same project without conflicts.