Skip to content

Commit

Permalink
feat: addtext-start and text-end utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed May 21, 2023
1 parent a3150b7 commit 4bbd4d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/cli/lib/non-configurable/typography.ts
Expand Up @@ -16,7 +16,14 @@ const fontVariantNumeric = [

const listStylePosition = ['list-inside', 'list-outside'];

const textAlign = ['text-left', 'text-center', 'text-right', 'text-justify'];
const textAlign = [
'text-left',
'text-center',
'text-right',
'text-justify',
'text-start',
'text-end',
];

const textDecoration = ['underline', 'line-through', 'no-underline'];

Expand Down

0 comments on commit 4bbd4d5

Please sign in to comment.