Using Hugo pipes with SASS Processing

So far we have been using the CDN version of Bulma. However, this has the unfortunate property that we cannot really customize the colors and other parameters. We can solve this by using Hugo pipes to process the Bulma source code with the built-in SASS processor.
Note that you need to have the Hugo extended version for SASS/SCSS processing.
There are only three steps that you need to go through to configure a Sass pipeline with Hugo: