23680f2
1
2
3
4
5
6
7
8
9
10
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }; export default config;