]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Add (flex-)grid-row size modifier 8570/head
authorNicolas Coden <nicos.coden@neuf.fr>
Mon, 11 Apr 2016 13:22:07 +0000 (15:22 +0200)
committerNicolas Coden <nicos.coden@neuf.fr>
Wed, 27 Apr 2016 09:38:43 +0000 (11:38 +0200)
commit82489cd3fbc674aa1e504ce28b0fd06f07cabb3c
tree1484428b6b3b005ea2cfd16098b5d86a2fdbd909
parentbb91615b819e3e060ec7d3e73b122a93ee0315dd
Add (flex-)grid-row size modifier

Add a `grid-row` and `flex-grid-row` size modifier

```
@mixin grid-row-size($size) : Set a grid row size

$size [$grid-row-width] Maximum size of the row. Set to `expand`
to make the row taking the full width.
```
scss/grid/_classes.scss
scss/grid/_flex-grid.scss
scss/grid/_row.scss