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 983f85e commit 3a3a596Copy full SHA for 3a3a596
src/transforms/index.js
@@ -25,7 +25,7 @@ const background = tokenStream => ({
25
backgroundColor: tokenStream.expect(COLOR),
26
})
27
const borderColor = directionFactory({
28
- types: [WORD, COLOR],
+ types: [COLOR],
29
prefix: 'border',
30
suffix: 'Color',
31
0 commit comments