Summary: I took over managing a TailwindCSS website and don't have the tailwind.config.js
file.
Problem: How do I rebuild the TailwindCSS for my site, without the tailwind.config.js
file used to create it?
Question: is there a way to reverse generate/create the tailwind.config.js file used to generate the TailwindCSS used on my website?
Detail: I just joined a company where the person I replaced (who left the company), built our corporate website using TailwindCSS. The problem is, I can't find the config
file used to build the Tailwind CSS bundle - preventing me from creating new html pages. How can I "reverse generate" from the existing CSS I have to recreate the build config.js
file used for Tailwind?
What have I tried: I have tried loading up a single page of our corporate site at https://play.tailwindcss.com/ and iterating (manually) on what the config.js file might have included that generated our corporate website; however, the output is radically off.
As such, is there a technical way to "reverse generate" what the tailwind.config.js
was that resulted in the CSS that generated my site?