Skip to content

Commit 26bd819

Browse files
authored
Add text-start and text-end (#6656)
These are useful for RTL languages
1 parent bbafc8e commit 26bd819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/corePlugins.js

+2
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,8 @@ export let corePlugins = {
15221522
'.text-center': { 'text-align': 'center' },
15231523
'.text-right': { 'text-align': 'right' },
15241524
'.text-justify': { 'text-align': 'justify' },
1525+
'.text-start': { 'text-align': 'start' },
1526+
'.text-end': { 'text-align': 'end' },
15251527
})
15261528
},
15271529

0 commit comments

Comments
 (0)