kazzkiq / balloon.css

Simple tooltips made of pure CSS

Home Page:https://kazzkiq.github.io/balloon.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use CSS Variables

kazzkiq opened this issue · comments

Make use of CSS Variables so users can easily update tooltip options even on production and dynamically.

Done, now variables:

--balloon-color
--balloon-font-size
--balloon-move

Are exposed and can be used to customize tooltips.

Would variables for padding like --balloon-padding be possible?

@silverwind Yes! Please open a new Issue asking for it if you think is useful. I will then assign it to the next milestone.