Problems in overriding Bulma variables in Sage 9

Hello,

I’m struggling to override the SCSS variables in Sage with Bulma. I always get this error:

Error: Failed because of a stylelint error.

    at linter.then (D:\xampp\htdocs\udl\wp-content\themes\udlv1\node_modules\sty
lelint-webpack-plugin\lib\run-compilation.js:39:14)
    at <anonymous>
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
and.

I tried implementing changes suggested in another thread to no avail. The CSS didn’t get built.

Have you tried running yarn lint:styles? It’ll tell you what’s going wrong. You can also run yarn lint:styles --fix and it will attempt to fix it for you.

1 Like

This topic was automatically closed after 42 days. New replies are no longer allowed.