@ramdasiakshay01/tailwind-config
v2.0.6
Published
Shared Tailwind CSS v4 configuration for organization
Maintainers
Readme
Design System Integration
This project utilizes a shared Tailwind configuration and design tokens hosted in the `@ramdasiakshay01/tailwind-config` package.
Setup
Installation
npm install @ramdasiakshay01/tailwind-configIntegration Add the following import at the top of your main CSS file (e.g.,
src/styles/globals.css) to inherit the design system:@import '@ramdasiakshay01/tailwind-config';
Note: Ensure your build system supports CSS imports from node_modules.
