Replies: 1 comment
-
The div with the class |
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 feel a bit stupid here, I made a small personal project which looks fine when I'm developing, however when I push it to production I get a bunch of strange box shadows.
This is how it looks when developing (running
npm run dev
):and this is what I get on production (through
npm run build
andnpm run start
):The offending class here is
jss15
.You can see the running example here.
I'm happy to provide any and all additional info to debug this.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions