aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2017-09-04 19:39:24 -0300
committerMark Otto <[email protected]>2017-09-04 15:39:24 -0700
commit8672161f752d3e6f73e104602f77a06530628d08 (patch)
tree0909450a93dc3c43ffff57187990d4606e15112e /docs
parent1341ce198de6773e99b074a3bf7bfc194a5809b5 (diff)
downloadbootstrap-8672161f752d3e6f73e104602f77a06530628d08.tar.xz
bootstrap-8672161f752d3e6f73e104602f77a06530628d08.zip
adds clarification that gris values should be set in px (#23829)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index 3723adbe5..8d466aef3 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 `%`).