You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the outline feature, I can see the exact pixel count:
But what I want to be able to see is also those spacing values from the theme, if any of them match.
Describe the solution you'd like
Some kind of API where you can specify standard spacing units, and then the outline can say something like full instead, similar to figma's dev mode:
Describe alternatives you've considered
Manually memorizing the pixel counts that the rem values translate to, and then corresponding those with a name. This requires two reverse lookups within my brain though, which is hard.
Are you able to assist to bring the feature to reality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
The codebase I'm working in has a design system where we have a bunch of different padding values, for example:
When using the outline feature, I can see the exact pixel count:

But what I want to be able to see is also those spacing values from the theme, if any of them match.
Describe the solution you'd like
Some kind of API where you can specify standard spacing units, and then the outline can say something like
full
instead, similar to figma's dev mode:Describe alternatives you've considered
Manually memorizing the pixel counts that the rem values translate to, and then corresponding those with a name. This requires two reverse lookups within my brain though, which is hard.
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions