UNPKG

@sglara/cn

Version:

A utility function that combines the power of `clsx` and `tailwind-merge` for seamless management of Tailwind CSS class names.

42 lines 868 B
{ "name": "@sglara/cn", "version": "1.0.0", "description": "A utility function that combines the power of `clsx` and `tailwind-merge` for seamless management of Tailwind CSS class names.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc" }, "dependencies": { "clsx": "^1.2.1", "tailwind-merge": "^1.12.0" }, "devDependencies": { "typescript": "^5.2.2", "@types/node": "^20.5.9" }, "keywords": [ "clsx", "tailwind-merge", "tailwind", "class-names" ], "author": "Steven Lara", "license": "MIT", "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/sglara/cn.git" } }