NOT FULLY WORKING YET. Still working to upgrade fully to Tailwind CSS v4.

This commit is contained in:
Scott Idem
2025-06-18 14:48:42 -04:00
parent e6394549bf
commit db6e9dd019
16 changed files with 762 additions and 1160 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
plugins: {
tailwindcss: {},
// tailwindcss: {},
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}