Files
reiverr/postcss.config.js
2024-12-03 19:03:00 +02:00

8 lines
102 B
JavaScript
Executable File

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
// 'flex-gap-polyfill': {}
}
};