Add text-start and text-end (#6656)

These are useful for RTL languages
This commit is contained in:
Alaa Badran 2022-02-26 03:43:58 +03:00 committed by GitHub
parent bbafc8e324
commit 26bd819949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' },
})
},