All Questions
2 questions
0
votes
0
answers
40
views
React-cosmos with remix-js framework
Do any one knows how to make react cosmos render tailwind styles in remix js framework ?
if yes give me steps please
i am trying to render react components in remix js framework and and i have ...
0
votes
1
answer
2k
views
How to use multiple CSS modules with Tailwind in Remix.js?
I'm using Remix with Tailwind css.
currently I followed the tailwind and remix docs to add a global css file:
"scripts": {
"dev:css": "tailwindcss -i ./styles/tailwind.css -...