Replies: 1 comment
-
My current solution is to import the global CSS separately into each app's _app.js like this: _app.js
I'd prefer to keep it all in CustomApp though :) |
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
-
I have a custom _app used in numerous projects so I wanted to move it to an external package. All of my apps would look like this:
_app.js
I can't seem to get this working if I have global CSS inside of the CustomApp due to this error:
Has anyone been able to get around this? I found numerous related issues but not quite the same as this one. Thought I would ask here first.
Beta Was this translation helpful? Give feedback.
All reactions