From 283ae4249d197d199b5ed0228cfc8cca5ce9220d Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 8 Jul 2024 13:03:47 +0200 Subject: [PATCH] add missing lineHeight keys --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index f5ec06d..919fae3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -39,7 +39,7 @@ export default { fontFamily, fontSize, fontWeight, - fontLeading, + lineHeight, backgroundColor: ({theme}) => theme('colors'), textColor: ({theme}) => theme('colors'), margin: ({theme}) => ({ @@ -94,7 +94,7 @@ export default { {key: 'colors', prefix: 'color'}, {key: 'spacing', prefix: 'space'}, {key: 'fontSize', prefix: 'size'}, - {key: 'fontLeading', prefix: 'leading'}, + {key: 'lineHeight', prefix: 'leading'}, {key: 'fontFamily', prefix: 'font'}, {key: 'fontWeight', prefix: 'font'} ];