We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe5f86 commit e5e0e16Copy full SHA for e5e0e16
src/transforms/index.js
@@ -7,12 +7,7 @@ import {
7
PERCENT,
8
AUTO,
9
} from '../tokenTypes'
10
-import border, {
11
- borderTop,
12
- borderRight,
13
- borderBottom,
14
- borderLeft,
15
-} from './border'
+import border from './border'
16
import boxShadow from './boxShadow'
17
import flex from './flex'
18
import flexFlow from './flexFlow'
@@ -60,12 +55,8 @@ const textShadowOffset = tokenStream => ({
60
55
export default {
61
56
background,
62
57
border,
63
64
58
borderColor,
65
66
59
borderRadius,
67
68
69
borderWidth,
70
boxShadow,
71
flex,
0 commit comments