From d3d06583c53c1a77a955b54f43498f5788e692d8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 7 Sep 2017 09:31:50 -0700 Subject: [PATCH] consistent comma usage :D --- docs/4.0/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 8d466aef3c..62d126b901 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 `%`). -- 2.47.2