meowsic/postcss.config.js
2024-11-05 18:05:41 +02:00

6 lines
73 B
JavaScript

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