Igor Gonak
Igor Gonak
Why do I see only 27 releases and the latest version is 3.0.0? When I install the package the current version is 5.8.4 and also the npm page is showing...
## Bug report ### Current Behavior The Tooltip primitive uses a element for its trigger. Sadly, this button does not have a type attribute set to "button", so it is...
**Describe the bug** We updated the version of tailwind-variants to 1.0.0 and our regression tests catched a lot of changes, but all regarding the same thing - focus ring. We...
### Describe the bug I'm using Tailwind CSS in my project and I would like to import some CSS in certain layers: https://developer.mozilla.org/en-US/docs/Web/CSS/@import#importing_css_rules_into_a_cascade_layer ``` @import 'x/styles/core.css'; @import 'x/styles/preflight.css'; @import 'x/styles/tailwind-components.css'...
### Describe the bug I created a new addon. You can find it here: https://www.npmjs.com/package/storybook-addon-viewport-resizer I cloned the template from https://github.com/storybookjs/addon-kit so a lot of requirements for publishing an addon...