UNPKG

@webdevarif/create-next-app

Version:

A powerful CLI to scaffold Next.js projects with customizable features like authentication, internationalization, animations, and more.

10 lines (8 loc) 157 B
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }; export default config;