5 ways you can use ChatGPT for Tailwind CSS developmentInspect Flow - The complete developer tool for Tailwind CSS!
ChatGPT can be trained to understand Tailwind CSS classes and generate code snippets based on specific requirements. By interacting with the model, de
inspectflow.io
I used to have this a large css file which was bloated (1mb+) and most styles were not used.
I used chatgpt to just remove the styles that were not used. "Please write script that...."
at least using gpt you can find some ideas
The only con I see using Chat GPT is that its info's limited till 2021
just use langchain agents to get new info
This is a great read, thanks for posting! as someone who uses tailwind heavily in their projects I too have resorted to using gpt in my projects as its great for giving me a starter template for different components. I would also like to add that chatgpt works amazingly when trying to generate custom themes as you can tell it what kind of vibe you're looking for and it generally comes up with a great color profile and fonts!
oh great idea!! @shiva_chawla