bulma-divider
bulma-divider copied to clipboard
Bulma v1 Compability
Bulma v1 dropped today :)
https://github.com/jgthms/bulma/releases/tag/1.0.0
error during build:
Error: Undefined variable.
╷
3 │ $divider-background-color: $border !default
│ ^^^^^^^
╵
node_modules/@creativebulma/bulma-divider/src/sass/index.sass 3:28 @import
resources/sass/app.scss 18:9 root stylesheet
Workaround:
- Save the code to a file like
_divier.scss - Replace your import of bulma-divider with
@use "_divider";
Code with fixed variables: https://gist.github.com/JonasDoesThings/717f23c727e877f01b7be1ffd9ecd029