Skip to content

Commit

Permalink
feat!: rename overflow-clip & overflow-ellipsis to text-clip & text-e…
Browse files Browse the repository at this point in the history
…llipsis
  • Loading branch information
muhammadsammy committed Dec 12, 2021
1 parent 440c1ed commit 050b6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/non-configurable/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const textDecoration = ['underline', 'line-through', 'no-underline'];

const textTransform = ['uppercase', 'lowercase', 'capitalize', 'normal-case'];

const textOverflow = ['truncate', 'overflow-ellipsis', 'overflow-clip'];
const textOverflow = ['truncate', 'text-ellipsis', 'text-clip'];

const verticalAlign = [
'align-baseline',
Expand Down

0 comments on commit 050b6e4

Please sign in to comment.