add asset handling and colors to configure.php

This commit is contained in:
awcodes
2022-09-01 14:59:18 -04:00
parent 9c767f2e8e
commit 845fc39a73
13 changed files with 602 additions and 131 deletions

6
postcss.config.js Normal file
View File

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