mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
38d1987749
Co-authored-by: Lee Robinson <me@leerob.io>
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
// If you want to use other PostCSS plugins, see the following:
|
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|