-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat/typography scale #762
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2e7332e
to
ff456c3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #762 +/- ##
=======================================
Coverage 89.41% 89.41%
=======================================
Files 13 13
Lines 1049 1049
Branches 147 147
=======================================
Hits 938 938
- Misses 110 111 +1
+ Partials 1 0 -1 ☔ View full report in Codecov by Sentry. |
Hi @Marwaxhello, zou je in deze PR de wijzigingen aan de NORA tokens ongedaan kunnen maken? Zoals afgesproken... |
This reverts commit cfd6a69.
In deze PR heb ik de basis typography font-size scale toegevoegd aan de volgende themas:
De volgende was toegevoegd:
xx-small
t/mxxxx-large
nora.typography.font-size.md
⇒basis.typography.scale.medium.font-size
Issues
De NORA-tokens waren vanaf het begin ongedefinieerd. Bij nader onderzoek bleek dat het probleem lag bij de vw-sizing voor font-sizes. Utrecht bleek niet vertrouwd te zijn met deze aanpak en gebruikt deze niet standaard. Ik vond een PR van Rogier met een oplossing waarbij de small vw werd verwijderd. Ik heb deze fix toegepast (cherry-picked) en het basisthema geïmplementeerd, waarna het probleem was opgelost.
Vragen
In de typography scale van de NORA-tokens is er een extra maat (large2) tussen 'large' en 'xlarge' gezet, met slechts 1 pixel verschil. Deze wordt gebruikt op regel 2322. Wat is de beste aanpak hiervoor?