How to use tailwind inside an iFrame?

Viewed 506

How can I use tailwind within an iFrame during development?

Currently, when I add new styles, I'm creating a new css file with

npx tailwindcss build src/assets/css/tailwind.css -o dist/assets/css/index.css

and link this file in my iFrame, but this is a bit annoying.... is there a better way to do this during development?

0 Answers
Related