Skip to content

Commit 0d756c4

Browse files
authored
Remove duplicate keys
1 parent 074860e commit 0d756c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/css/src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,9 @@ const scales = {
8787
borderTopWidth: 'borderWidths',
8888
borderTopColor: 'colors',
8989
borderTopStyle: 'borderStyles',
90-
borderTopLeftRadius: 'radii',
91-
borderTopRightRadius: 'radii',
9290
borderBottomWidth: 'borderWidths',
9391
borderBottomColor: 'colors',
9492
borderBottomStyle: 'borderStyles',
95-
borderBottomLeftRadius: 'radii',
96-
borderBottomRightRadius: 'radii',
9793
borderLeftWidth: 'borderWidths',
9894
borderLeftColor: 'colors',
9995
borderLeftStyle: 'borderStyles',

0 commit comments

Comments
 (0)