feat: add @tailwindcss/typography as plugins
This commit is contained in:
parent
329839a375
commit
5b414f999f
@ -8,5 +8,7 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('@tailwindcss/typography')
|
||||
],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user