add prose.css for manual prose styles
This commit is contained in:
parent
f4d0225b75
commit
cb34321d69
8 changed files with 197 additions and 28 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue