puffinOffsetCalculator/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-04-25 01:09:44 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};