You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a monorepo setup based on nx with separate next.js apps sharing a central tailwind-workspace-preset.js (inspired by this doc), lsp-tailwindcss often fails to activate because many css files don't have any parent folder containing tailwind.config.js.
Maybe adding an customizable var to allow per project definition of what filke triggers activation would be a good addition ?
(For now, I've just added a symlink to have a tailwind.config.js in project root)
The text was updated successfully, but these errors were encountered:
Hi,
In a monorepo setup based on nx with separate next.js apps sharing a central
tailwind-workspace-preset.js
(inspired by this doc), lsp-tailwindcss often fails to activate because many css files don't have any parent folder containingtailwind.config.js
.Maybe adding an customizable var to allow per project definition of what filke triggers activation would be a good addition ?
(For now, I've just added a symlink to have a
tailwind.config.js
in project root)The text was updated successfully, but these errors were encountered: