Wim Hendrikx

Results 5 issues of Wim Hendrikx

[https://www.w3.org/TR/css-fonts-4/#font-min-max-size-prop](https://www.w3.org/TR/css-fonts-4/#font-min-max-size-prop)

enhancement

I have been using the chainable modifiers syntax for a couple of years and haven't experienced any issues with it. Only makes things more readable. [Chainable BEM modifiers](https://webuild.envato.com/blog/chainable-bem-modifiers/)

More info can be found here: https://www.zachleat.com/web/fluid-images/ Relates to #170 but in this case it also avoids multi-weight selectors by using `:where()`.

In this [commit](https://github.com/csstools/sanitize.css/commit/5b6f18025c94593ebc65a854aa1c691ef6753e91) there was a change on the `overflow-wrap` value. `anywhere` was replaced by `break-word`. Was there a good reason for doing this? If I do some tests I...