Matheun Struik

Results 26 comments of Matheun Struik

Same issue here, its like @1337doctor said, i get the same error: Directory is not empty ▶ Initializing Storybook configuration... Install dependencies 📦️ ℹ 🔌 enableModule false 16:31:44 node:events:495 throw...

Would also love to see something like this implemented I let SD generate my tokens for each file, multi brand and multi theme. this results in cli output like the...

What could we use to replace the container while you guys figure out how to tackle the inclusion of the container?

Exact same issue here. When i change and save a file thats imported into my main.scss, the hmr wont update despite the terminal saying the hmr has updated. Whenever i...

Have a look at the following: https://github.com/radix-vue/shadcn-vue-nuxt-layer this should get you started, i got a working nuxt layer monorepo working with pnpm, so with nx shouldnt be that different

Please read the issue before commenting, your talking about handling this issue for tailwind v3, im encountering this issue with tailwind v4. Thus making your comment useless

@philipp-spiess I manage to get it working now using the vite plugin and .css files. But i kindof really need to use scss files, for some reason they dont load...

@philipp-spiess # To recap: ## Case 1 - tailwindcss/vite see: https://github.com/Matheun/tailwind-v4-case-1 `HMR` works correctly when using regular `.css` files and `` tags. This hover does result in me being forced...

@philipp-spiess Just tried it, now i get the following error: `[postcss] Cannot apply unknown utility class: pl-4` code: ```vue Test paragraph p { @apply pl-4; } ``` The following however...