Files
archived-next-auth/docs-nextra/postcss.config.js
2023-01-15 17:56:50 +01:00

5 lines
112 B
JavaScript

/** @type {import('postcss').Postcss} */
module.exports = {
plugins: { tailwindcss: {}, autoprefixer: {} },
}