This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
AU-space not calculating correct REM if $AU-rem has been changed #883
Labels
🐛 bug
Something isn’t working the way it should.
Bug Report
What happened
Set $AU-rem to 14, select box height gets set to
AU-space('height', 2.5unit)
height: 40px
height: 2.5rem
What I expected to happen
Set $AU-rem to 14, select box height gets set to
AU-space('height', 2.5unit)
height: 40px
height: 2.875rem
Reproducing
package.json
:Steps to reproduce:
It looks that the AU-space function doesn't take into account the $AU-rem setting.
Attachments
The text was updated successfully, but these errors were encountered: