zitadel next components, react

This commit is contained in:
Max Peintner
2023-07-18 13:58:33 +02:00
parent e659824b4c
commit 70d04c8085
24 changed files with 359 additions and 178 deletions

View File

@@ -0,0 +1,9 @@
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};