Replies: 1 comment
-
Exact same need,
By default tailwind detect all my astro project config files but I have no intellisense in my base/src/**
This precedent config crushes the automatic detection behavior and my astro project isn't founded ! a or with wilcards like this :
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In most cases, the intellisense plugin finds my tailwind config file just fine!
However, there's a couple exceptions where I'd like to override it with
tailwindCSS.experimental.configFile
. However if I do this I then need to specify all the config files manually.I've got a monorepo setup with many projects using tailwind, and having to add each one manually is quite tedious (especially as it's easy to forget when creating a new project and get confused).
It'd would be great if either:
tailwindCSS.experimental.configFile
, it uses the default logic lookuptailwindCSS.experimental.configFile.extend
is added that has this behaviourBeta Was this translation helpful? Give feedback.
All reactions