Replies: 1 comment
-
Nvm, found the solution here 😅 |
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'm going through the Remix Jokes tutorial and once I add the styling
the project will no longer build and will throw the following error: "Error [RollupError]: app/routes/_index.tsx (3:7): "default" is not exported by "app/styles/index.css", imported by "app/routes/_index.tsx"."
As soon as I remove the
It will build again.
Why is Remix expecting a default export from a CSS file?
Beta Was this translation helpful? Give feedback.
All reactions