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

[css] Optimize CSS prop representation #2

Open
33 tasks
benoitkugler opened this issue Oct 2, 2024 · 0 comments
Open
33 tasks

[css] Optimize CSS prop representation #2

benoitkugler opened this issue Oct 2, 2024 · 0 comments

Comments

@benoitkugler
Copy link
Owner

benoitkugler commented Oct 2, 2024

  • justify-{content, self, items}
  • align-{content, self, items}
  • row-gap, column-gap
  • width, height
  • display
  • background-attachment
  • background-repeat
  • background-size
  • borderWidth, columnWidth
  • lengthPercOrAuto, widthHeight
  • fontVariantLigatures
  • fontVariantNumeric
  • fontVariantEastAsian
  • font-size
  • border-image-repeat

String enum values (maybe ?):

  • border-*-style
  • break-before
  • break-after
  • break-inside
  • box-decoration-break
  • margin-break
  • outline-style
  • column-span
  • box-sizing
  • caption-side
  • clear
  • column-fill
  • direction
  • float
  • fontKerning
  • fontVariantPosition
  • fontVariantCaps
  • fontVariantAlternates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant