Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping properties #364

Open
mrmrs opened this issue Jun 10, 2022 · 1 comment
Open

Grouping properties #364

mrmrs opened this issue Jun 10, 2022 · 1 comment
Labels
Feature New feature or request Inputs Primitive inputs like number scrubber, select, etc

Comments

@mrmrs
Copy link
Contributor

mrmrs commented Jun 10, 2022

Currently we list properties in alphabetical order as they are added. I think we can make the panels easier to navigate if we start to add some intelligent property groupings. Issue to document potential groupings.

Related properties

Skins

Color
BackgroundColor
AccentColor
Outline
Border 
Border radius

Shadows

Box Shadow
Text Shadow

Typography

font-family
font-size
line-height
font-weight
font-style
text-align
text-transform
letter-spacing
text-indent

Sizing

min-width
width
max-width
min-height
height
max-height

Spacing

padding
margin

Layout

display
[display=flex]
align-items
justify-content
flex-grow
flex-shrink
order
flex-wrap
flex-basis
flex-direction


[display=grid]
grid-area
grid-template-rows
grid-template-columns
grid-auto-rows
grid-auto-columns
grid-auto-flow


[display=grid||flex]
gap
@johno
Copy link
Contributor

johno commented Jun 10, 2022

Related to #353

@johno johno added Feature New feature or request Inputs Primitive inputs like number scrubber, select, etc labels Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Inputs Primitive inputs like number scrubber, select, etc
Projects
None yet
Development

No branches or pull requests

2 participants