refactor(ui): sort windicss classes
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
:exact="exact"
|
||||
:blank="blank"
|
||||
class="
|
||||
rounded-lg
|
||||
font-semibold
|
||||
py-2
|
||||
px-4
|
||||
transition
|
||||
inline-flex
|
||||
items-center
|
||||
px-4
|
||||
py-2
|
||||
font-semibold
|
||||
truncate
|
||||
transition
|
||||
rounded-lg
|
||||
focus:outline-none
|
||||
"
|
||||
:class="[
|
||||
|
||||
@@ -4,18 +4,19 @@
|
||||
:exact="exact"
|
||||
:blank="blank"
|
||||
class="
|
||||
inline-flex
|
||||
items-center
|
||||
font-semibold
|
||||
flex-1
|
||||
py-2
|
||||
font-semibold
|
||||
transition
|
||||
transform
|
||||
transition
|
||||
inline-flex
|
||||
items-center
|
||||
focus:outline-none
|
||||
hover:translate-x-2
|
||||
focus:translate-x-2 focus:outline-none
|
||||
focus:translate-x-2
|
||||
"
|
||||
:class="[
|
||||
label ? 'px-3 rounded-lg' : 'px-2 rounded-full',
|
||||
label ? 'px-3' : 'px-2',
|
||||
active
|
||||
? color
|
||||
? `text-${color}-500 hover:text-${color}-600 focus:text-${color}-600`
|
||||
|
||||
Reference in New Issue
Block a user