Support for 'text-wrap' ('pretty, 'balance') #1181
nathanchase
started this conversation in
Ideas
Replies: 1 comment
-
Hi @nathanchase, Such a feature can not be polyfilled with PostCSS. But luckily there is a JS polyfill you can use : https://github.com/adobe/balance-text |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use PostCSS to use
text-wrap
in all browsers, but it doesn't appear there are any plugins or support for it inpostcss-preset-env
currently.https://caniuse.com/?search=text-wrap
text-wrap: balance
text-wrap: pretty
https://developer.chrome.com/blog/css-text-wrap-balance/
https://developer.chrome.com/blog/css-text-wrap-pretty/
Beta Was this translation helpful? Give feedback.
All reactions