From: Andres Galante Date: Mon, 4 Sep 2017 22:39:24 +0000 (-0300) Subject: adds clarification that gris values should be set in px (#23829) X-Git-Tag: v4.0.0-beta.2~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8672161f752d3e6f73e104602f77a06530628d08;p=thirdparty%2Fbootstrap.git adds clarification that gris values should be set in px (#23829) --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 3723adbe50..8d466aef3c 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -727,4 +727,4 @@ $container-max-widths: ( ); {% endhighlight %} -When making any changes to the Sass variables or maps, you'll need to save your changes and recompile. Doing so will output a brand new set of predefined grid classes for column widths, offsets, and ordering. Responsive visibility utilities will also be updated to use the custom breakpoints. +When making any changes to the Sass variables or maps, you'll need to save your changes and recompile. Doing so will output a brand new set of predefined grid classes for column widths, offsets, and ordering. Responsive visibility utilities will also be updated to use the custom breakpoints. Make sure to set grid values in `px` (not `rem`, `em` or `%`).