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

Sort fontsizes by size #113

Closed
alexdanilowicz opened this issue Mar 8, 2023 · 2 comments
Closed

Sort fontsizes by size #113

alexdanilowicz opened this issue Mar 8, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@alexdanilowicz
Copy link
Contributor

In this example, 0.75 rem should be first, even if it was added last.

For now, we can just sort by unit. For example, you can sort the rems, then px, then em. Then you can avoid crazy math.

Screen Shot 2023-03-08 at 3 46 18 PM

@alexdanilowicz alexdanilowicz added the good first issue Good for newcomers label Mar 8, 2023
@joelcmk
Copy link
Contributor

joelcmk commented Mar 9, 2023

Hey Alex, I can help with this issue!

@alexdanilowicz
Copy link
Contributor Author

Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants