Socket
Socket
Sign inDemoInstall

tailwind-merge-logical-plugin-test

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tailwind-merge-logical-plugin-test

CSS Logical Properties and Values Plugin for tailwind-merge


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
22.0 kB
Created
Weekly downloads
 

Readme

Source

tailwind-merge-logical-plugin

Tailwind Logical Plugin for Tailwind Merge

import { extendTailwindMerge } from 'tailwind-merge'
import { withLogical } from 'tailwind-merge-logical-plugin'

const customTwMergeWithPluginLogical = extendTailwindMerge(withLogical)

customTwMergeWithPluginLogical(
    'mlb-1 mlb-3 hover:border-bs-black',
    'hover:border-bs-yellow inset-block-end-[15px]'
)
// → 'mlb-3 hover:border-bs-yellow inset-block-end-[15px]'

Keywords

FAQs

Last updated on 02 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc