Changes to web configs

This commit is contained in:
Markus Unterwaditzer
2025-06-28 21:05:17 +02:00
committed by Will Greenberg
parent 0be2b02349
commit 41133ba793
9 changed files with 141 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};