We want to forbid the use of anything other than px units for spacing, font size, etc. ```ts paddingInline: '4', ``` Compared to just always using `px` values, these theme-based values tend to lead to a lot of misunderstandings due to engineer/AI lack of familiarity with the underlying values.