3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
const config = { plugins: { tailwindcss: {}, autoprefixer: {} } };
|
|
export default config;
|