CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

Bulma v1 Compatibility #32

Open iBotPeaches opened 5 months ago

iBotPeaches commented 5 months ago

Bulma v1 dropped today :)

https://github.com/jgthms/bulma/releases/tag/1.0.0

error during build:
Error: Undefined variable.
  ╷
4 │ $tooltip-background-color: $grey-dark !default
  │                            ^^^^^^^^^^
  ╵
  node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass 4:28  @import
  node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass 1:9        @import
  resources/sass/app.scss 19:9                                             root stylesheet
larananas commented 5 months ago

Same kind of incompatibility here :/ error

deather commented 2 months ago

Hi,

I was the same problem on our project company. As you can see I create a PR to help for the compatibility.

Feel free to check and test the PR to validate and remove a maximum of bugs.

Thank you for reading