Skip to content

Commit a657a86

Browse files
Sync alignment in calls of withAlphaVariable
1 parent 2f670a8 commit a657a86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/plugins/textColor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ export default function() {
2626
return [
2727
`.${e(`text-${modifier}`)}`,
2828
corePlugins('textOpacity')
29-
? withAlphaVariable({ color: value, property: 'color', variable: '--text-opacity' })
29+
? withAlphaVariable({
30+
color: value,
31+
property: 'color',
32+
variable: '--text-opacity',
33+
})
3034
: { color: value },
3135
]
3236
})

0 commit comments

Comments
 (0)