This package provides the Tailwind CSS configuration used by ZITADEL projects. It includes a set of default styles, themes, and utility classes to ensure consistent design and styling across all ZITADEL codebases.
To install the package, use npm or yarn:
npm install @zitadel/tailwind-config
or
yarn add @zitadel/tailwind-config
To use the Tailwind CSS configuration in your project, extend it in your tailwind.config.js
file:
module.exports = {
presets: [require("@zitadel/tailwind-config")],
// Add your custom configurations here
};
For detailed documentation and configuration options, please refer to the Tailwind CSS documentation
Contributions are welcome! Please read the contributing guidelines before getting started.