1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00
Files
immich/web/postcss.config.cjs
2025-05-18 13:51:33 +00:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
};