Skip to content

Commit e5e0e16

Browse files
committed
fix build
1 parent 4fe5f86 commit e5e0e16

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/transforms/index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ import {
77
PERCENT,
88
AUTO,
99
} from '../tokenTypes'
10-
import border, {
11-
borderTop,
12-
borderRight,
13-
borderBottom,
14-
borderLeft,
15-
} from './border'
10+
import border from './border'
1611
import boxShadow from './boxShadow'
1712
import flex from './flex'
1813
import flexFlow from './flexFlow'
@@ -60,12 +55,8 @@ const textShadowOffset = tokenStream => ({
6055
export default {
6156
background,
6257
border,
63-
borderBottom,
6458
borderColor,
65-
borderLeft,
6659
borderRadius,
67-
borderRight,
68-
borderTop,
6960
borderWidth,
7061
boxShadow,
7162
flex,

0 commit comments

Comments
 (0)