We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f670a8 commit a657a86Copy full SHA for a657a86
src/plugins/textColor.js
@@ -26,7 +26,11 @@ export default function() {
26
return [
27
`.${e(`text-${modifier}`)}`,
28
corePlugins('textOpacity')
29
- ? withAlphaVariable({ color: value, property: 'color', variable: '--text-opacity' })
+ ? withAlphaVariable({
30
+ color: value,
31
+ property: 'color',
32
+ variable: '--text-opacity',
33
+ })
34
: { color: value },
35
]
36
})
0 commit comments