-
I was trying to integrate bootstrap tool-tips with doks, https://getbootstrap.com/docs/5.0/components/tooltips/. But still I couldn't figure out a way to do this. What is the best way to achieve this. Btw I am using child-theme. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Here are the steps I tried.
With the above, I am getting the following error. |
Beta Was this translation helpful? Give feedback.
-
Hello @hasithaa, it looks like you stumbled upon a bug. To make it work for you:
Also, make sure to add the tooltip styles to the whitelister section of ...whitelister([
..
'./node_modules/bootstrap/scss/_tooltip.scss',
]), Will be fixed. |
Beta Was this translation helpful? Give feedback.
Hello @hasithaa, it looks like you stumbled upon a bug.
To make it work for you:
./config/_default/config.toml
:./node_modules/@hyas/doks/layouts/partials/footer/script-footer.html
to./layouts/partials/footer/script-footer.html
./layouts/partials/footer/script-footer.html
:Also, make sure to add the tooltip styles to the whitelister section of
./config/postcss.config.js
:...wh…