I'm trying to import the tailwindConfig into my vite project. Unfortunately I'm not having any luck. I've been reading two threads.
Front end framework is React
This one is mostly around CJS environments.
https://github.com/tailwindlabs/tailwindcss/discussions/3646
This is meant to be valid for es6, but part of it's out of date and as closely as I followed it I couldn't find the solution...
https://stackoverflow.com/a/66406070/15592981
GitHub
Hello, I am using tailwindcss with vite and the installation following the official documentation was smooth. I also wanted to reference the theme from JavaScript and also followed the official doc...