From: Adrian Date: Tue, 19 Jan 2016 10:32:45 +0000 (+0100) Subject: Update grid.md with grid-column-position(center) X-Git-Tag: v6.1.2~40^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7918%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update grid.md with grid-column-position(center) Added description on how to center a column semantically. --- 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