meowsic/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-11-05 18:05:41 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};