diff --git a/src/plugins/textColor.js b/src/plugins/textColor.js index 430007b15..a1f193712 100644 --- a/src/plugins/textColor.js +++ b/src/plugins/textColor.js @@ -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 }, ] })