How to set a default / preferred spacing unit?
-
In my themes I have:
"spacing": { "blockGap": true, "margin": true, "padding": true, "units": [ "em", "%", "px" ] }
However, in the unit dropdowns
px
always comes first, no matter which order they have in theme.json. Now my clients always forget to chooseem
for margins and paddings, and therefore mess up their mobile versions.Is there a way to change this to
em
?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to set a default / preferred spacing unit?’ is closed to new replies.