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:
11
.changeset/gorgeous-months-attack.md
Normal file
11
.changeset/gorgeous-months-attack.md
Normal 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; }`
|
Reference in New Issue
Block a user