Bumped TailwinCSS from 2 to 3

This commit is contained in:
Emmanuel Ah-kouen
2022-10-20 12:28:15 +09:00
parent 5de400f771
commit 9cd34f9994
3 changed files with 763 additions and 1037 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
module.exports = {
purge: [],
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
darkMode: 'media',
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};