mirror of
https://github.com/kognise/water.css.git
synced 2025-07-31 02:10:42 +02:00
307 B
307 B
water.css
water.css |
---|
major |
Globally set box-sizing to border-box
This is a breaking change because of the potential to break many layouts/sites
We made this change because it makes many facets of writing CSS easier and more convenient
If it's an issue, you can apply html { box-sizing: content-box; }