Easy way to integrate TailwindCSS and Postcss with Remix Project #4361
AjayTheWizard
started this conversation in
Show and tell / tips
Replies: 1 comment
-
Hmm... not sure why you'd want to make postcss, a build-time process, into a run-time process. This essentially rebuilds your CSS on every document request. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I found another way to setup TailwindCSS or Postcss for Remix Project which is so easy to setup rather than working with
npm-run-all
which makes DX.Here the name of package
remix-postcss
. May be You could introduce in Docs.Installation
Then create
postcss.config.js
and add configuration at root folder of the project and edit as follows inapp/server.entry.ts
Beta Was this translation helpful? Give feedback.
All reactions