Files
zitadel/packages/zitadel-react/postcss.config.cjs
peintnermax fc0b59bb76 postcss cjs
2024-08-12 09:43:32 +02:00

10 lines
205 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: {},
},
};