From 51b49ce45494f560b592f234ff9aa2404a6d58a4 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 19 Jan 2016 11:32:45 +0100 Subject: [PATCH] Update grid.md with grid-column-position(center) Added description on how to center a column semantically. --- docs/pages/grid.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 8953e03ea..8e4a92c2c 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -498,6 +498,14 @@ The grid column calculator can also be accessed as a function. This gives you th } ``` +To center a column semantically. Use ´grid-column-position(center);´. + +```scss +.centered-column { + @include grid-column-position(center); +} +``` + --- ### Multiple Grids -- 2.47.2