Queue-North-Website/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2026-05-12 01:04:17 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}