@uswds-tailwind/theme
v0.2.0
Published
This package contains a Tailwind CSS theme that can be used across various applications and components within the monorepo.
Readme
Theme Package
This package contains a Tailwind CSS theme that can be used across various applications and components within the monorepo.
Installation
To install the theme package, run the following command:
npm install @your-org/themeReplace @your-org with your organization's name or the appropriate scope.
Usage
To use the Tailwind theme in your project, import the CSS file in your main entry point:
import '@your-org/theme/src/index.css';Configuration
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.
Development
To develop the theme package, you can run the following command to start a local development server:
npm run devMake sure to check the package.json for available scripts.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
