Merge Tailwind CSS classes without style conflicts. Latest version: 3.3.0, last published: a day ago. Start using tailwind-merge in your project by running `npm i tailwind-merge`. There are 6532 other projects in the npm registry using tailwind-merge.
npm install super-tailwind-merge //or yarn add super-tailwind-merge Usage ES6 Import importsuperTwMergefrom'super-tailwind-merge';constexample1=superTwMerge('text-red-500',{'font-bold':true},'bg-blue-200');console.log(example1);// Outputs: 'text-red-500 font-bold bg-blue-200'constexamp...
npmjs.com/package/tailwind-merge Topicscss utility-classes tailwindcss ResourcesReadme LicenseMIT license Code of conductCode of conduct Security policySecurity policy Activity Stars4.8k stars Watchers9 watching Forks72 forks Report repository Releases 56 v3.0.1 Latest Jan 30, 2025 + 55 releases ...
Group Id: org.mvnpm Artifact Id: tailwind-merge Version: 3.2.0This represent the NPM Package: tailwind-mergeRelease has been done using the orgmvnpm-22017 staging repo1 Replies: 0 comments Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
A tailwind-merge plugin for the tailwind-extended-shadows package.. Latest version: 0.2.2, last published: 7 months ago. Start using tailwind-extended-shadows-merge in your project by running `npm i tailwind-extended-shadows-merge`. There is 1 other proj
Merge Tailwind CSS classes without style conflicts. Latest version: 2.1.0-v1, last published: a year ago. Start using @vertisanpro/tailwind-merge in your project by running `npm i @vertisanpro/tailwind-merge`. There is 1 other project in the npm registry
npm add tailwind-merge yarn add tailwind-merge pnpm add tailwind-merge bun add tailwind-merge Basic usage If you're using Tailwind CSS without any extra config, you can usetwMergeright away. You can safely stop reading the documentation here. ...
thedevtag for testing purposes. It has a format like1.6.1-dev.4202ccf913525617f19fbc493db478a76d64d054in which the first numbers are the corresponding last release and the hash at the end is the git SHA of the commit. You can install the latest dev release withnpm install tailwind-...
npm install super-tailwind-merge //or yarn add super-tailwind-mergeUsageES6 Importimport superTwMerge from 'super-tailwind-merge'; const example1 = superTwMerge('text-red-500', { 'font-bold': true }, 'bg-blue-200'); console.log(example1); // Outputs: 'text-red-500 font-bold bg-...
What does this MR do? feat: make Tailwind migrations a 2-steps process Updates the Tailwind migration script so that...