Skip to content

Commit

Permalink
Add text-start and text-end (#6656)
Browse files Browse the repository at this point in the history
These are useful for RTL languages
  • Loading branch information
alaabadran committed Feb 26, 2022
1 parent bbafc8e commit 26bd819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/corePlugins.js
Expand Up @@ -1522,6 +1522,8 @@ export let corePlugins = {
'.text-center': { 'text-align': 'center' },
'.text-right': { 'text-align': 'right' },
'.text-justify': { 'text-align': 'justify' },
'.text-start': { 'text-align': 'start' },
'.text-end': { 'text-align': 'end' },
})
},

Expand Down

0 comments on commit 26bd819

Please sign in to comment.