Skip to content

Commit

Permalink
Merge pull request #36 from jpc-ae/patch-1
Browse files Browse the repository at this point in the history
Removed duplicate 'box-decoration-break'
  • Loading branch information
kutsan authored Jan 7, 2025
2 parents 89dbfcf + 7f4c9d8 commit e8980b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/groups/appearance.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const appearance = [
'clip-path',
'filter',
'backdrop-filter',
'-webkit-box-decoration-break',
'box-decoration-break',
'border',
'border-color',
Expand Down Expand Up @@ -96,9 +97,7 @@ const appearance = [
'outline-offset',
'box-shadow',
'mix-blend-mode',
'caret-color',
'box-decoration-break',
'-webkit-box-decoration-break'
'caret-color'
]

module.exports = { appearance }

0 comments on commit e8980b0

Please sign in to comment.