gehrisandro / tailwind-merge-php

Automatically resolves Tailwind CSS class conflicts in PHP
MIT License
112 stars 4 forks source link

Arbitrary border color color removes arbitrary border width #11

Closed alexmandrikdev closed 4 months ago

alexmandrikdev commented 4 months ago

Current behaviour

twMerge(['border-[0.85px] border-[#634D51]']) -> 'border-[#634D51]'

Expected behaviour

twMerge(['border-[0.85px] border-[#634D51]']) -> 'border-[0.85px] border-[#634D51]'

gehrisandro commented 4 months ago

Fixed in https://github.com/gehrisandro/tailwind-merge-php/releases/tag/v1.1.1