JavaScript · 154 bytes Raw Blame History
1 /** @type {import('postcss-load-config').Config} */
2 const config = {
3 plugins: {
4 tailwindcss: {},
5 autoprefixer: {},
6 },
7 }
8
9 export default config