Remove all base styles (#2889)

This commit is contained in:
Ben Word
2021-12-13 13:08:37 -06:00
committed by GitHub
parent 7b5d7a9bce
commit 44c09a6212
6 changed files with 1 additions and 43 deletions

View File

@@ -12,5 +12,5 @@ module.exports = {
variants: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
plugins: [],
};