fmt
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s

This commit is contained in:
0d0 2025-02-22 23:59:50 +01:00
parent 0ecdd76aab
commit 0fcf0562cb

View file

@ -1,6 +1,6 @@
export default { export default {
plugins: { plugins: {
"@tailwindcss/postcss": {}, '@tailwindcss/postcss': {},
autoprefixer: {} autoprefixer: {}
} }
}; };