ordinarthur-os/apps/pwa/postcss.config.cjs
ordinarthur bc0c15873f init
2026-04-15 16:41:19 +02:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};