-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FE: tailwind config updates [MRXN23-450] #1500
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@anamontiaga things I've found so far: |
app/tailwind.config.js
Outdated
}, | ||
fontFamily: { | ||
heading: 'Poppins', | ||
sans: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to set the whole list of fonts available, just add ours and let the rest of them be the default ones: https://tailwindcss.com/docs/font-family#customizing-the-default-font
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for serif
and mono
families.
Good job overall, I was expecting this to be way worse 👏🏻 👏🏻 |
48aa85d
to
c5d5a82
Compare
Tailwind config updates
Overview
This PR change tailwind config styles to disable old custom styles and override tailwind styles extending ones.
Also updates main colors in config and trough the app.
NOTE: Old tailwind configs are still in the project with
_old
prefixDesigns
Figma Design System
Feature relevant tickets
MRXN23-450