Files
pocket-id-pocket-id-2/frontend/postcss.config.js
Elias Schneider eaff977b22 initial commit
2024-08-12 11:24:22 +02:00

7 lines
73 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};