Open rsxdalv opened 1 month ago
It does however work with this code:
<SliderPrimitive.Track
className={cn(
"relative grow overflow-hidden rounded-full bg-secondary",
"data-[orientation='horizontal']:h-2 data-[orientation='horizontal']:w-full",
"data-[orientation='vertical']:h-full data-[orientation='vertical']:w-2"
)}
>
<SliderPrimitive.Track
className={cn(
"relative grow overflow-hidden rounded-full bg-secondary",
"
data-[orientation='horizontal']:
h-2
w-full
",
"data-[orientation='vertical']:h-full data-[orientation='vertical']:w-2"
)}
>
When I split it:
I can no longer recombine it with CTRL ALT E