Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@zitadel/tailwind-config

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zitadel/tailwind-config

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.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
19
-5%
Maintainers
0
Weekly downloads
 
Created
Source

ZITADEL Tailwind Config

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.

Installation

To install the package, use npm or yarn:

npm install @zitadel/tailwind-config

or

yarn add @zitadel/tailwind-config

Usage

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
};

Documentation

For detailed documentation and configuration options, please refer to the Tailwind CSS documentation

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts