arkmech
arkmech
`import tailwindRadix from 'tailwindcss-radix';` `tailwind.config.ts` ```ts plugins: [ tailwindRadix, ], ``` I am not sure how to specify variantPrefix with esm import.
Didn't see anything about this. Possible to combine multiple states? If so, doesn't seem to work. Not sure which should come first. `rdx-state-checked:rdx-state-disabled:bg-disabled`
### Describe the bug In `main.ts`, adding `@storybook/addon-svelte-csf` to the `addons` array. Storybook exists. When removing the `@storybook/addon-svelte-csf`, storybook server starts ok. It doesn't recognize the `
Working with `*.svelte` files. Svelte parsing errors and TS errors show. For some reason ESLint errors don't show. I know I have lots of errors too. When I run `eslint...
I have looked in Chrome Dev Tools and cannot determine what is causing the SVHighlight to span outside of div. I do not want to set a max width, but...
### Describe the bug Using this pnpm workspace catalog feature in turborepo and `svelte-package` https://pnpm.io/catalogs Error: `> Invalid comparator: catalog:` `pnpm-workspace.yaml` ``` catalog: eslint: ^9.7.0 prettier: ^3.3.3 typescript: ^5.5.3 zod:...