fix: bad typography overrides (#1)
This commit is contained in:
parent
c64a081508
commit
c4b6e75915
5 changed files with 5 additions and 18 deletions
|
@ -40,19 +40,6 @@ const config: Config = {
|
|||
border: 'hsl(var(--border))',
|
||||
ring: 'hsl(var(--ring))',
|
||||
},
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
'code::before': 'false',
|
||||
'code::after': 'false',
|
||||
'blockquote p:first-of-type::before': 'false',
|
||||
'blockquote p:last-of-type::after': 'false',
|
||||
pre: 'false',
|
||||
code: 'false',
|
||||
'pre code': 'false',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography'), require('tailwindcss-animate')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue