typestyle / typestyle

Making CSS Typesafe 🌹

Home Page:https://typestyle.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support 'anywhere' to property 'overflow-wrap'

p-varya opened this issue · comments

Currently property 'overflow-wrap' can use as value 'anywhere', but TypeStyle not support that. At the same time 'word-break: break-word' is deprecated. https://developer.mozilla.org/en-US/docs/Web/CSS/word-break

So i propose to support value 'anywhere' to 'overflow-wrap'.

I've tested it in 2.4.0, and I see that anywhere is type inferred and available, what version are you using by any chance?

image