Skip to content

Commit

Permalink
(less) Add ref in Less to docs regarding box-sizing conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jan 24, 2014
1 parent 368af87 commit 42c895a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 42c895a

Please sign in to comment.