Equinusocio
Equinusocio
**Describe the bug** If `trigger: ['focus']` and `interactive: true` the tooltip should not close if clicked **To Reproduce** Steps to reproduce the behavior: 1. Set `trigger: ['focus']` and `interactive: true`...
**Is your feature request related to a problem? Please describe.** Currently if 'focus' is not used as event trigger, `closeOnOutsideClick` is considered only on mouse click (is correct considering the...
Hi, just to let you know that Apple Emoji images are under copyright and they can't be used without the license. https://emojipedia.org/licensing/ https://blog.emojipedia.org/who-owns-emoji/ https://www.plagiarismtoday.com/2018/04/10/copyright-and-emojis/ You should use an emoji set...
### What's wrong? When I start cosmos I get the following warning: ``` (node:81830) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated. BREAKING CHANGE: No more...
By defining the browsers list inside the package.json we can use them inside the postcss config for the autoprefixer plugin, instead of replicate multiple times.
When this plugin use anchors why not use the css way with the `:target` selector to fire transitions/transformations?
The `type` specimen page miss the informations about the `shorter` property. https://docs.catalog.style/specimens/type This property is used inside an example but it is not explained anywhere
Hi, i just added a top-level global style import like said in [doc](https://docs.catalog.style/configuration/imports#styles-example) ```js styles: ['/assets/css/global.css'] ``` I tried both with `/assets/css/global.css` putting the file inside `static/assets/css` and with `/global.css`...
Hi, since we ca set a custom css it could be useful having a way to set custom css classes to each speciment and use our CSS. Something like ```...
Hi, i have an issue publishing the build folder content under a gh-page. My gh-page is set to serve all files from the root of the `master` branch. My gh-page...