done with react

Solution retrospective
In Vercel the button and input styles did not appear, can anyone tell me why? in VScode using npm run dev they appeared normally
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rainof
Great job, keep it up! While I'm not familiar with Vercel configuration, I do have a small suggestion about font imports. Since you're only using 'Space Mono,' it would be more efficient to import just that font. I noticed several unrelated fonts like 'Barlow' and 'Montserrat' in the
@import
statement (at 'src/index.css' line 1), which you might not need.Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord