-
Hi! Thanks everyone for your help and sorry if this is something not as much advanced as it should, but I'm getting crazy trying to fix this. I use codesandbox and stackblitz to teach my students how to use tailwind, react, etc. The problem I have is the only way I can use tailwind there is via CDN. I can install the dependencies, but I don't know how to start using it. I tried importing it in the css, I tried creating a postcss and tailwind config files with no result. Anyone can help me on this? I tried asking in the stackblitz discord channel but no one knows. Thanks again for your work! Ivan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Adam has many sandboxes, https://codesandbox.io/u/adamwathan Any particular frontend library (such as React, Vue, etc) you are using? Adam's examples use React/Vue there. |
Beta Was this translation helpful? Give feedback.
Adam has many sandboxes, https://codesandbox.io/u/adamwathan
And there are other examples here: https://codesandbox.io/u/adamwathan
Any particular frontend library (such as React, Vue, etc) you are using? Adam's examples use React/Vue there.