Skip to content

Commit f9643b7

Browse files
committed
Oversight in 4db75c5
1 parent b78d0bf commit f9643b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/properties/definitions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ export default {
10871087
value: '<line-width> || <line-style> || <color>',
10881088
},
10891089
'border-bottom-clip': {
1090+
group: 'border-clip',
10901091
initial: {
10911092
parsed: {
10921093
end: 6,
@@ -1465,6 +1466,7 @@ export default {
14651466
value: '<line-width> || <line-style> || <color>',
14661467
},
14671468
'border-left-clip': {
1469+
group: 'border-clip',
14681470
initial: {
14691471
parsed: {
14701472
end: 6,
@@ -1537,6 +1539,7 @@ export default {
15371539
value: '<line-width> || <line-style> || <color>',
15381540
},
15391541
'border-right-clip': {
1542+
group: 'border-clip',
15401543
initial: {
15411544
parsed: {
15421545
end: 6,
@@ -1671,6 +1674,7 @@ export default {
16711674
value: '<line-width> || <line-style> || <color>',
16721675
},
16731676
'border-top-clip': {
1677+
group: 'border-clip',
16741678
initial: {
16751679
parsed: {
16761680
end: 6,

0 commit comments

Comments
 (0)