From 03471b996306f4a9472885c1c5bc9a693a9a2763 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 27 Jun 2017 00:55:51 +0530 Subject: [PATCH] Fixes the wrong declaration of parameters for default! --- docs/pages/xy-grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 66572ba46..977c68de2 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -366,11 +366,11 @@ We also have a shorthand option for the above which outputs the same CSS: ### Custom Block Grid Use the `xy-grid-layout()` mixin to create your own block grid. -By default the mixin takes 3 parameters: +By default the mixin takes 2 parameters: - number of columns - child selector -Refer to the Sass documentation below for the full list of arguements. +Refer to the Sass documentation [below](#xy-grid-layout) for the full list of arguments. Here's an example: -- 2.47.2