aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-09-07 09:31:50 -0700
committerGitHub <[email protected]>2017-09-07 09:31:50 -0700
commitd3d06583c53c1a77a955b54f43498f5788e692d8 (patch)
tree2e1503b396743a3cf96f323888c9ada7f8affc6b /docs
parentf7f89f5f732239eef8287d22a0ccce7ce7af3d46 (diff)
downloadbootstrap-d3d06583c53c1a77a955b54f43498f5788e692d8.tar.xz
bootstrap-d3d06583c53c1a77a955b54f43498f5788e692d8.zip
consistent comma usage :D
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 8d466aef3..62d126b90 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. Make sure to set grid values in `px` (not `rem`, `em` or `%`).
+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 `%`).