Skip to content

Commit 3a3a596

Browse files
Update src/transforms/index.js
Co-Authored-By: Jacob Parker <jacobparker1992@gmail.com>
1 parent 983f85e commit 3a3a596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const background = tokenStream => ({
2525
backgroundColor: tokenStream.expect(COLOR),
2626
})
2727
const borderColor = directionFactory({
28-
types: [WORD, COLOR],
28+
types: [COLOR],
2929
prefix: 'border',
3030
suffix: 'Color',
3131
})

0 commit comments

Comments
 (0)