allow user to select theme they want to use

This commit is contained in:
liamcottle
2024-12-16 12:17:11 +13:00
parent 61e4e3665a
commit 4d20f4e086
11 changed files with 1318 additions and 256 deletions

6
postcss.config.js Normal file
View File

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