Tailwind Studio Setup
Tailwind Studio mode provides projects that use Tailwind CSS with className
autocomplete and style
information on hovering classes.
Your Tailwind configuration file is used to provide the class names so your customizations will be refelcted in studio.
I’m setting up a project with MightyMeld for the first time
When you run npx mightymeld
, make sure to answer Yes to the question “Does this project use
tailwind?”
I already use MightyMeld on a project
- Run
npx mightymeld tailwind
to enable Tailwind Studio on your project.