mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Sync alignment in calls of withAlphaVariable
This commit is contained in:
parent
2f670a8699
commit
a657a86b2d
@ -26,7 +26,11 @@ export default function() {
|
||||
return [
|
||||
`.${e(`text-${modifier}`)}`,
|
||||
corePlugins('textOpacity')
|
||||
? withAlphaVariable({ color: value, property: 'color', variable: '--text-opacity' })
|
||||
? withAlphaVariable({
|
||||
color: value,
|
||||
property: 'color',
|
||||
variable: '--text-opacity',
|
||||
})
|
||||
: { color: value },
|
||||
]
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user