diff --git a/tailwind.config.js b/tailwind.config.js index 57b1d75..150993e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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",