Skip to content

Commit

Permalink
fix: add missing RTL and LTR modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Dec 24, 2021
1 parent 7a91fe9 commit 5e9a353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/core/constants/baseVariants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export const baseVariants = [
'file',
'placeholder',
'print',
'ltr',
'rtl',
// dark mode utility
// 'dark', //
];

0 comments on commit 5e9a353

Please sign in to comment.