mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const config = {
|
|
plugins: ['@tailwindcss/postcss', 'autoprefixer', 'tailwindcss'],
|
|
};
|
|
|
|
export default config;
|