This package contains a Tailwind CSS theme that can be used across various applications and components within the monorepo.
This package contains a Tailwind CSS theme that can be used across various applications and components within the monorepo.
To install the theme package, run the following command:
```
npm install @your-org/theme
Replace @your-org with your organization's name or the appropriate scope.
To use the Tailwind theme in your project, import the CSS file in your main entry point:
`javascript`
import '@your-org/theme/src/index.css';
The theme can be customized by modifying the tailwind.config.js file. You can add or override theme settings, extend utilities, and configure plugins as needed.
To develop the theme package, you can run the following command to start a local development server:
``
npm run dev
Make sure to check the package.json` for available scripts.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.