How to use tailwind inside an iFrame? #5288
Unanswered
gregorvoinov
asked this question in
Help
Replies: 1 comment
-
when i'm doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I use tailwindclasses 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?
Beta Was this translation helpful? Give feedback.
All reactions