Skip to content

Commit b5fd338

Browse files
committed
fix: Use prefix when @apply class
1 parent 54d1377 commit b5fd338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/Popup.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ export default {
9898
}
9999
100100
&[dir="ltr"] {
101-
@apply text-left;
101+
@apply va-text-left;
102102
}
103103
104104
&[dir="rtl"] {
105-
@apply flex flex-wrap justify-end right-auto;
105+
@apply va-flex va-flex-wrap va-justify-end va-right-auto;
106106
left: 20px;
107107
}
108108
}

0 commit comments

Comments
 (0)