0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add ref in Less to docs regarding box-sizing conflicts

Refs #12351
This commit is contained in:
Chris Rebert 2014-01-23 17:23:57 -08:00
parent 7a6bc67826
commit b30cff4888

View File

@ -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);
}