fix tutorial

This commit is contained in:
Felix Roos 2022-03-26 14:52:58 +01:00
parent a9c95bbbfb
commit 93db3cd935
8 changed files with 88 additions and 9 deletions

View file

@ -1,9 +1,7 @@
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
plugins: [require('@tailwindcss/typography')],
};