Search code examples
javascriptbulmacss-variables

Can I use the new CSS Custom Properties (Variables) with Bulma?


Bulma uses Sass variables. I watched a tutorial about CSS variables and they have features I would like to use. Can I use CSS variables with Bulma?

I'm new to web development and deciding now whether to use Bulma in a Node.js project.

Reference: What is the difference between CSS variables and preprocessor variables? | CSS-Tricks


Solution

  • Yeah. You can. Although css variables is not supported by all browsers. Use caniuse.com to check the available browsers it is supported on and also the usage percentage in your country