Skip to content
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

Get rid of the typography module #843

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Get rid of the typography module #843

merged 2 commits into from
Sep 4, 2023

Conversation

simenheg
Copy link
Collaborator

Get rid of the typography style module. Use Punkt text classes and mixins directly instead, which also ensures more correct usage of line height and letter spacing according to Punkt. The remains of the module are split into two new titles and markdown modules.

@simenheg simenheg requested a review from a team August 29, 2023 06:53
@simenheg simenheg force-pushed the rid-typography-module branch 3 times, most recently from c60a1e3 to 8a259f7 Compare September 1, 2023 12:04
Copy link
Collaborator

@petterhj petterhj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LLVFWTM!

@@ -91,7 +89,7 @@ export default {
}

.pkt-form-label {
font-size: typography.$font-size-1;
margin: 0.25rem 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formålet her er å øke avstanden mellom valgene? Radio og label er litt ute av alignment nå, så kunne alt økt margin top/bottom margin i &__item muligens?

Get rid of the typography style module. Use Punkt text classes and
mixins directly instead, which also ensures more correct usage of line
height and letter spacing according to Punkt. The remains of the
module are split into two new `titles` and `markdown` modules.
@simenheg simenheg merged commit 59414fd into main Sep 4, 2023
3 checks passed
@simenheg simenheg deleted the rid-typography-module branch September 4, 2023 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants