Fix extra space in code block on Firefox

See: https://github.com/tailwindlabs/tailwindcss-typography/pull/41
This commit is contained in:
Scott 2020-12-21 19:54:44 -05:00
parent c05b40034a
commit 766117ea14
1 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,17 @@ module.exports = {
presets: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
typography: {
DEFAULT: {
css: {
"pre code::after": {
content: "none",
},
},
},
},
},
screens: {
sm: "640px",
md: "768px",