next.js/examples/with-edgedb/postcss.config.js
postcss.config.js9 lines204 B
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};
Quest for Codev2.0.0
/
SIGN IN