layer5io / sistent

Layer5 Design System
https://layer5.io/projects/sistent
Apache License 2.0
64 stars 85 forks source link

Convert pixels to rem #577

Closed nebula-aac closed 1 month ago

nebula-aac commented 5 months ago

Current Behavior

We have some properties that are using pixels. Per Sistent Design System in Figma, we're using rem.

MUI also has some functions that will be looking for the rem unit and also implementing unitless, which will cause the existing font sizes, line heights and others that are using pixels currently to not work.

Desired Behavior

Implementation

Acceptance Tests

Mockups


Contributor Guide

nebula-aac commented 5 months ago

Related to #582

nebula-aac commented 1 month ago

This is completed