Skip to content

Commit

Permalink
added logical inline and block border color properties
Browse files Browse the repository at this point in the history
  • Loading branch information
prclm committed Aug 21, 2023
1 parent 50fd8a1 commit 53173d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,16 @@ export interface DefaultThemeMap {
borderBlock: 'colors'
borderBlockEnd: 'colors'
borderBlockStart: 'colors'
borderBlockEndColor: 'colors'
borderBlockStartColor: 'colors'
borderBottom: 'colors'
borderBottomColor: 'colors'
borderColor: 'colors'
borderInline: 'colors'
borderInlineEnd: 'colors'
borderInlineStart: 'colors'
borderInlineEndColor: 'colors'
borderInlineStartColor: 'colors'
borderLeft: 'colors'
borderLeftColor: 'colors'
borderRight: 'colors'
Expand Down
4 changes: 4 additions & 0 deletions packages/react/types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,16 @@ export interface DefaultThemeMap {
borderBlock: 'colors'
borderBlockEnd: 'colors'
borderBlockStart: 'colors'
borderBlockEndColor: 'colors'
borderBlockStartColor: 'colors'
borderBottom: 'colors'
borderBottomColor: 'colors'
borderColor: 'colors'
borderInline: 'colors'
borderInlineEnd: 'colors'
borderInlineStart: 'colors'
borderInlineEndColor: 'colors'
borderInlineStartColor: 'colors'
borderLeft: 'colors'
borderLeftColor: 'colors'
borderRight: 'colors'
Expand Down

0 comments on commit 53173d2

Please sign in to comment.