Portfolio-v3/postcss.config.js
Robert S 8a5c48ba3d
Update website
Now made with Next.js and I gave the design a refresh.
2021-10-12 22:27:06 +02:00

8 lines
203 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: {},
},
}