2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+4 -1
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);
}