Replies: 2 comments 1 reply
|
Try making sure you use "export default {config}" instead of "module.exports = {config}" for every config file in the root of your project |
0 replies
|
@nsquaredotone did you figure this out? I'm having a similar issue. |
1 reply
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.
First time starting a remix project. Wanted to use tailwindcss with remix and ran into this project.
I followed this guide for installation: https://tailwindcss.com/docs/guides/remix
All reactions