André Casal
André Casal
This makes me think maybe we should abstract the `.env` vars into something like `MAIL_SERVICE_DOMAIN `, `MAIL_SERVICE_SENDING_KEY`, and `MAIL_SERVICE_API_ENDPOINT` so we avoid having to change them in the code as...
> Thanks! I'm actually considering [resend.com](https://resend.com/) as they just added 3k emails a month to their free tier. They also make it easy to generate the email via React which...
Let me know if there's anything we could improve and if we could increase clarity.
Great idea! 👍
Let me try that out... It works 💪
I'd much rather do it the CSS vars way so we can use the same custom classes everywhere and configure their values based on theme.
For color classes, I suggest only having the most common use cases: primary, secondary, shades of grey, success, info, warning, danger, and danger muted.
I'm unsure if we need the font size classes, as Tailwind already has them. Why did you add those in particular @kentcdodds?
At the moment I've added the CSS Vars and the custom classes that use them. I'll also replace the day/night/accent classes with their single-class equivalents so we can see what...
As it stands there's an ```The `text-muted-200` class does not exist. If `text-muted-200` is a custom class, make sure it is defined within a `@layer` directive.``` error. I'm not sure...