-
Hey sorry very much, this is not an issue but an act of ignorance. How to add Tailwind CSS in snel? |
Beta Was this translation helpful? Give feedback.
-
hi, yes tailwind can be used with snel, I am currently creating an app with snel and tailwind, the only downside is that it must be used by cdn and it's a bit limited that way. in your index.html <link href="https://unpkg.com/tailwindcss/dist/tailwind.min.css" rel="stylesheet"/> |
Beta Was this translation helpful? Give feedback.
-
Hey thank you, is there any other way? Like adding to postcss of rollup. Idk Im not well into rollup. |
Beta Was this translation helpful? Give feedback.
-
snel have already include postcss support Line 40 in 1e16fff |
Beta Was this translation helpful? Give feedback.
-
Do you have an example app with tailwind working with postcss and rollup? |
Beta Was this translation helpful? Give feedback.
-
I'm really interested in this project, but need/want to use tailwind for css -- has anyone got this working? |
Beta Was this translation helpful? Give feedback.
hi, yes tailwind can be used with snel, I am currently creating an app with snel and tailwind, the only downside is that it must be used by cdn and it's a bit limited that way.
in your index.html