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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use PostCSS to use
text-wrapin all browsers, but it doesn't appear there are any plugins or support for it inpostcss-preset-envcurrently.https://caniuse.com/?search=text-wrap
text-wrap: balancetext-wrap: prettyhttps://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