Replies: 1 comment 4 replies
-
This is not related to SolidJS but to help you: you need to add |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey there,
I am very new to Solid and i wanted to use Tailwind CSS so, i set things up as recommended in Tailwind Docs
Installed Tailwind
yarn add -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
Tailwind Config
Index.css
App.tsx
Result:


I tried running the application both with
dev
andbuild
commands but it just seems like Tailwind CSS is not compiled and does not generate necessary CSS.I am sure i am missing something very obvious here 🤔 should i build tailwind css separately with tailwind CLI? I am not sure
Any help would be appreciated,
Beta Was this translation helpful? Give feedback.
All reactions