Skip to content

Commit 3e5a243

Browse files
authored
Merge pull request #581 from zce/patch-1
Remove duplicate keys
2 parents 074860e + 0d756c4 commit 3e5a243

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)