support for text-align-last
property
#18494
rawand-faraidun
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
You can use By the way, you can declare your own utility - with the v4 functional utility, it would look like this: @utility text-last-* {
text-align-last: --value('start', 'end', 'center', 'justify');
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe it would be great to have classes to support
text-align-last
property from CSS, it works just liketext-align
but for the last line of the paragraph, an example of using it would be for justifying the text with centering the last lineBeta Was this translation helpful? Give feedback.
All reactions