Skip to content

Commit

Permalink
Prevent borderTop and borderBottom from being treated as overlapping …
Browse files Browse the repository at this point in the history
…properties
  • Loading branch information
dddlr committed Dec 5, 2024
1 parent 7e6e285 commit 842be32
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/utils/src/shorthand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ export const shorthandFor: Record<ShorthandProperties, true | readonly string[]>
'border-right-width',
],
'border-left': [
'border-inline-end-color',
'border-inline-end-style',
'border-inline-end-width',
'border-inline-start-color',
'border-inline-start-style',
'border-inline-start-width',
Expand All @@ -272,9 +269,6 @@ export const shorthandFor: Record<ShorthandProperties, true | readonly string[]>
'border-top-right-radius',
],
'border-right': [
'border-inline-start-color',
'border-inline-start-style',
'border-inline-start-width',
'border-inline-end-color',
'border-inline-end-style',
'border-inline-end-width',
Expand All @@ -295,9 +289,6 @@ export const shorthandFor: Record<ShorthandProperties, true | readonly string[]>
'border-top-style',
],
'border-top': [
'border-block-end-color',
'border-block-end-style',
'border-block-end-width',
'border-block-start-color',
'border-block-start-style',
'border-block-start-width',
Expand Down

0 comments on commit 842be32

Please sign in to comment.