From a3e0072b331eba2697940b52a3ef08c25f54b205 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 25 May 2022 10:58:21 +0100 Subject: [PATCH] Fix `figure` spacing --- src/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index e4eb585..79f8779 100644 --- a/src/styles.js +++ b/src/styles.js @@ -1335,7 +1335,8 @@ module.exports = { 'h4 strong': { fontWeight: '700', }, - // TODO: Figure out how to not need this, it's a merging issue + // TODO: Figure out how to not need these, it's a merging issue + img: {}, 'figure > *': {}, figcaption: { color: 'var(--tw-prose-captions)',