1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-07 21:56:42 +02:00

Globally set box-sizing to border-box (and improve code snippet copy button)

This commit is contained in:
Felix Mattick
2022-01-22 12:58:18 -06:00
parent 2ca1eee9cf
commit 9cf9e052ac
6 changed files with 40 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
---
"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; }`