Skip to content

Commit 5e9a353

Browse files
committed
fix: add missing RTL and LTR modifiers
1 parent 7a91fe9 commit 5e9a353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/core/constants/baseVariants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const baseVariants = [
4747
'file',
4848
'placeholder',
4949
'print',
50+
'ltr',
51+
'rtl',
5052
// dark mode utility
5153
// 'dark', //
5254
];

0 commit comments

Comments
 (0)