topnotch_website/postcss.config.js
2024-10-21 10:51:31 -04:00

7 lines
80 B
JavaScript

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