diff --git a/tailwind.config.js b/tailwind.config.js index 5501bdb29..32263981b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -20,11 +20,11 @@ module.exports = { extend: { typography: (theme) => ({ DEFAULT: { - css: { - p: { - lineHeight: 400 - } + css: { + p: { + lineHeight: 400 } + } } }), colors,