UNPKG

starkon

Version:

Create a Next.js project with Starkon

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