]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
consistent comma usage :D
authorMark Otto <markd.otto@gmail.com>
Thu, 7 Sep 2017 16:31:50 +0000 (09:31 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 16:31:50 +0000 (09:31 -0700)
docs/4.0/layout/grid.md

index 8d466aef3cf5d1b75160299bfc226f8cdad1666d..62d126b901c6292847f39b6b2895f66afd6682cc 100644 (file)
@@ -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 `%`).