allow user to select theme they want to use

This commit is contained in:
liamcottle 2024-12-16 12:17:11 +13:00
commit 4d20f4e086
11 changed files with 1304 additions and 242 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}