styling fixes

This commit is contained in:
Chop
2022-02-23 20:02:51 +01:00
parent 08a5ec1c7b
commit 5d54186c19
4 changed files with 8683 additions and 8682 deletions

View File

@@ -1,10 +1,11 @@
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./templates/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};