csstools / sanitize.css

A best-practices CSS foundation
https://csstools.github.io/sanitize.css
Creative Commons Zero v1.0 Universal
5.21k stars 314 forks source link

Consider removing opinionated tab-size #241

Closed toastal closed 1 year ago

toastal commented 1 year ago

I will happily admit 8-space default is pretty bad in a lot of cases for a lot of users. However, for users setting this value at the user agent level for accessibility/preference (like many of us set default in our text editors), this ruins their experience. This can be reverted via :root { tab-size: revert; }, but I feel it’s a bit hasty to opt everyone into it.