chore(deps): bump tailwindcss to v4
This commit is contained in:
@@ -18,12 +18,12 @@ const props = defineProps({
|
||||
<template>
|
||||
<div
|
||||
:class="{
|
||||
'w-full h-[1px]': !vertical,
|
||||
'w-[1px] h-full': vertical,
|
||||
'w-full h-px': !vertical,
|
||||
'w-px h-full': vertical,
|
||||
[`from-${lineGradientFrom}-500/50`]: true,
|
||||
[`to-${lineGradientTo}-300/50`]: true,
|
||||
}"
|
||||
class="bg-gradient-to-r rounded-full my-4"
|
||||
class="bg-linear-to-r rounded-full my-4"
|
||||
></div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user