mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge pull request #12357 from twbs/border-box-note
add note in Less source about global `box-sizing: border-box;`
This commit is contained in:
commit
f1c1469b83
@ -4,7 +4,10 @@
|
||||
|
||||
|
||||
// Reset the box-sizing
|
||||
|
||||
//
|
||||
// Heads up! This reset may cause conflicts with some third-party widgets.
|
||||
// For recommendations on resolving such conflicts, see
|
||||
// http://getbootstrap.com/getting-started/#third-box-sizing
|
||||
* {
|
||||
.box-sizing(border-box);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user