Update AppImage

This commit is contained in:
MacRimi
2025-09-29 22:59:10 +02:00
parent 28cb7359ce
commit 4e7f5f56f1
5 changed files with 413 additions and 433 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;