Files
bun.sh/completed.md
Claude Bot 8240198b28 Fix VendorPrefix method calls in CSS properties generation
Use proper bun.bits functions instead of non-existent methods:
- Replace .eq() and .eql() with == for VendorPrefix comparison
- Replace .contains() with bun.bits.contains(VendorPrefix, ...)
- Replace .insert() with bun.bits.insert(VendorPrefix, ...)

These match the existing patterns in the codebase and fix the build errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 07:16:22 +00:00

5.7 KiB

  • background-color
  • background-image
  • background-position-x
  • background-position-y
  • background-position
  • background-size
  • background-repeat
  • background-attachment
  • background-clip
  • background-origin
  • background
  • box-shadow
  • opacity
  • color
  • display
  • visibility
  • width
  • height
  • min-width
  • min-height
  • max-width
  • max-height
  • block-size
  • inline-size
  • min-block-size
  • min-inline-size
  • max-block-size
  • max-inline-size
  • box-sizing
  • aspect-ratio
  • overflow
  • overflow-x
  • overflow-y
  • text-overflow
  • position
  • top
  • bottom
  • left
  • right
  • inset-block-start
  • inset-block-end
  • inset-inline-start
  • inset-inline-end
  • inset-block
  • inset-inline
  • inset
  • border-spacing
  • border-top-color
  • border-bottom-color
  • border-left-color
  • border-right-color
  • border-block-start-color
  • border-block-end-color
  • border-inline-start-color
  • border-inline-end-color
  • border-top-style
  • border-bottom-style
  • border-left-style
  • border-right-style
  • border-block-start-style
  • border-block-end-style
  • border-inline-start-style
  • border-inline-end-style
  • border-top-width
  • border-bottom-width
  • border-left-width
  • border-right-width
  • border-block-start-width
  • border-block-end-width
  • border-inline-start-width
  • border-inline-end-width
  • border-top-left-radius
  • border-top-right-radius
  • border-bottom-left-radius
  • border-bottom-right-radius
  • border-start-start-radius
  • border-start-end-radius
  • border-end-start-radius
  • border-end-end-radius
  • border-radius
  • border-image-source
  • border-image-outset
  • border-image-repeat
  • border-image-width
  • border-image-slice
  • border-image
  • border-color
  • border-style
  • border-width
  • border-block-color
  • border-block-style
  • border-block-width
  • border-inline-color
  • border-inline-style
  • border-inline-width
  • border
  • border-top
  • border-bottom
  • border-left
  • border-right
  • border-block
  • border-block-start
  • border-block-end
  • border-inline
  • border-inline-start
  • border-inline-end
  • outline
  • outline-color
  • outline-style
  • outline-width
  • flex-direction
  • flex-wrap
  • flex-flow
  • flex-grow
  • flex-shrink
  • flex-basis
  • flex
  • order
  • align-content
  • justify-content
  • place-content
  • align-self
  • justify-self
  • place-self
  • align-items
  • justify-items
  • place-items
  • row-gap
  • column-gap
  • gap
  • box-orient
  • box-direction
  • box-ordinal-group
  • box-align
  • box-flex
  • box-flex-group
  • box-pack
  • box-lines
  • flex-pack
  • flex-order
  • flex-align
  • flex-item-align
  • flex-line-pack
  • flex-positive
  • flex-negative
  • flex-preferred-size
  • margin-top
  • margin-bottom
  • margin-left
  • margin-right
  • margin-block-start
  • margin-block-end
  • margin-inline-start
  • margin-inline-end
  • margin-block
  • margin-inline
  • margin
  • padding-top
  • padding-bottom
  • padding-left
  • padding-right
  • padding-block-start
  • padding-block-end
  • padding-inline-start
  • padding-inline-end
  • padding-block
  • padding-inline
  • padding
  • scroll-margin-top
  • scroll-margin-bottom
  • scroll-margin-left
  • scroll-margin-right
  • scroll-margin-block-start
  • scroll-margin-block-end
  • scroll-margin-inline-start
  • scroll-margin-inline-end
  • scroll-margin-block
  • scroll-margin-inline
  • scroll-margin
  • scroll-padding-top
  • scroll-padding-bottom
  • scroll-padding-left
  • scroll-padding-right
  • scroll-padding-block-start
  • scroll-padding-block-end
  • scroll-padding-inline-start
  • scroll-padding-inline-end
  • scroll-padding-block
  • scroll-padding-inline
  • scroll-padding
  • font-weight
  • font-size
  • font-stretch
  • font-family
  • font-style
  • font-variant-caps
  • line-height
  • font
  • transition-property
  • transition-duration
  • transition-delay
  • transition-timing-function
  • transition
  • transform
  • transform-origin
  • transform-style
  • transform-box
  • backface-visibility
  • perspective
  • perspective-origin
  • translate
  • rotate
  • scale
  • text-decoration-color
  • text-emphasis-color
  • text-shadow
  • direction
  • composes
  • mask-image
  • mask-mode
  • mask-repeat
  • mask-position-x
  • mask-position-y
  • mask-position
  • mask-clip
  • mask-origin
  • mask-size
  • mask-composite
  • mask-type
  • mask
  • mask-border-source
  • mask-border-mode
  • mask-border-slice
  • mask-border-width
  • mask-border-outset
  • mask-border-repeat
  • mask-border
  • -webkit-mask-composite
  • mask-source-type
  • mask-box-image
  • mask-box-image-source
  • mask-box-image-slice
  • mask-box-image-width
  • mask-box-image-outset
  • mask-box-image-repeat
  • color-scheme