Newsletter Sign-up Form using SvelteKit and Tailwind CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Specro
You can use the tailwind config to declare custom values to have shorter class name e.g.
shadow-[0_0.9375rem_3.75rem_0_rgba(0,0,0,0.25)]
could be added to the config ascard: '0 0.9375rem 3.75rem 0 rgba(0, 0, 0, 0.25)'
and then the class would shorten toshadow-card
.Great job on replicating the design👍
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