Replies: 1 comment
-
Hi! Try to set the path to config via 'configFilePath' in the preprocess settings. Here is the documentation 😃 |
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
-
I'm seeing this issue on our repo and I have no idea where it comes from. I have copied and pasted all config files from a fresh svelte skeleton project, added tailwind with
svelte-add
. (The fresh project works fine though)It complains about the colons in the @apply in a <style> tag
I haven't created an issue because I can't reproduce it - does anyone have an idea why the postcss config can't be found?
Latest svelte, tailwind, postcss with latest node 16
Beta Was this translation helpful? Give feedback.
All reactions