This commit is contained in:
Chris Wanstrath 2025-12-29 14:49:10 -08:00
parent dafbce762b
commit 8a4408fe22

View File

@ -27,6 +27,7 @@ const Pre = define('Pre', {
marginBottom: theme('spacing-xl'),
color: theme('colors-fg'),
whiteSpace: 'pre',
borderBottom: '1px solid var(--theme-colors-border)',
})
const P = define('P', {