Files
zitadel/packages/zitadel-react/postcss.config.js

10 lines
205 B
JavaScript
Raw Normal View History

2023-04-14 13:35:27 +02:00
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};