updating packages and fixing linting

This commit is contained in:
2025-07-07 11:58:17 -06:00
parent 00cafeec0a
commit bc8b9ca0c4
6 changed files with 1742 additions and 1723 deletions

View File

@@ -1,7 +1,6 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
plugins: { "@tailwindcss/postcss": {},
},
};