Using Bulma's responsive variables and mixins

The main thing is to be writing your SCSS in a place that’s loaded alongside Bulma’s Sass, so that you can access the variables and mixins. After that it’s just a matter of remembering how to write mixins in SCSS syntax while looking at Bulma’s Sass examples!

(Note that the mixins really aren’t necessary for taking advantage of Sass’s responsive variables.)

It’s a little annoying using Bulma for examples and inspiration, because it’s written using Sass’s sass syntax even though SCSS syntax, which stays much closer to CSS while allowing Sass’s goodness, is recommended.