Valentin Palkovic

Results 264 comments of Valentin Palkovic

I've put together an example repository, which is a monorepo, based on turbo and has successfully set up Tailwind with Storybook: https://github.com/valentinpalkovic/example-turbo-repo-tailwind-storybook The folder structure looks like this: - apps/docs...

Heads up @kylegach. Do you think [this](https://github.com/storybookjs/storybook/issues/25177#issuecomment-1978568613) is worth documenting somewhere?

I am converting this into a discussion because it is more about configuring TailwindCSS in a mono-repo rather than an actual issue with Storybook.

Please use the addon https://github.com/ReactLibraries/storybook-addon-module-mock for module mocking. Please open an issue there if it doesn't satisfy your use case. Closing. Please let me know if I should reopen the...

@Marklb Let me know if you need any support.

@SunnySun1027 Do you have `@next/swc-darwin-arm64` as a dependency listed in your package.json? I am curious why it tries to install it, although you are on a platform, which obviously doesn't...

May I ask you why `@next/swc-darwin-arm64` is installed as a separate package? As far as I know, it is not necessary to install it separately.

@kasperpeulen, @chakAs3 any ideas?