Browse Source

Removed duplicate typography. Already handled in app.css.

master
silberengel 7 months ago
parent
commit
fc96d75d96
  1. 15
      tailwind.config.cjs

15
tailwind.config.cjs

@ -90,21 +90,6 @@ const config = {
hueRotate: { hueRotate: {
20: "20deg", 20: "20deg",
}, },
typography: {
DEFAULT: {
css: {
// Remove first-line indentation
'p:first-line': {
'text-indent': '0',
},
// Ensure paragraphs don't have unwanted indentation
p: {
'text-indent': '0',
'margin': '0',
},
},
},
},
}, },
}, },

Loading…
Cancel
Save