Project-specific Tailwind CSS patterns and configurations for Litekart Admin.
Litekart Admin uses Tailwind CSS 3 for styling. This skill documents custom configurations and project-specific patterns.
The project extends the default Tailwind theme in tailwind.config.ts.
mobiles: 322pxmobilem: 376pxmobilel: 520pxtablet: 765pxlaptop: 1075pxlaptopl: 1439pxBricolage Grotesque.The project uses HSL variables for theming, allowing for easy dark mode support. Key colors include:
primary, , , , , , , .secondarydestructivemutedaccentpopovercardsidebarsrc/app.css.Dark mode is implemented using the class strategy. Use the dark: prefix for dark mode specific styles.
The project includes tailwindcss-animate and custom keyframes for accordions and carets.
tailwind-merge and clsx are used via the cn utility function (usually in $lib/utils.ts) to merge classes.mobiles, tablet, etc.) for fine-grained responsive control..container class for centered, padded content areas.