--- "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; }`