add prose.css for manual prose styles

This commit is contained in:
Nate 2021-09-17 12:33:10 -04:00
parent f4d0225b75
commit cb34321d69
8 changed files with 197 additions and 28 deletions

View file

@ -18,31 +18,13 @@ module.exports = {
],
},
extend: {
typography: (theme) => ({
DEFAULT: {
css: {
h1: {
fontFamily: theme("fontFamily.display").join(", ")
},
h2: {
fontFamily: theme("fontFamily.display").join(", ")
},
h3: {
fontFamily: theme("fontFamily.display").join(", ")
},
h4: {
fontFamily: theme("fontFamily.display").join(", ")
}
}
}
})
}
},
},
variants: {
},
plugins: [
require('@tailwindcss/typography'),
],
purge: [
"../server/templates/**/*.hbs"
]