Files
reiverr/postcss.config.js
2024-03-02 00:52:01 +02:00

8 lines
102 B
JavaScript
Executable File

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