]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fix grid-context mixin 7330/head
authorZé Cipriano <ze@zecipriano.com>
Tue, 1 Dec 2015 11:07:07 +0000 (11:07 +0000)
committerZé Cipriano <ze@zecipriano.com>
Tue, 1 Dec 2015 11:07:07 +0000 (11:07 +0000)
commit1f3690d9833993beccb3f96351280c7592cd1636
treeb57266ed19311ed3cdec34bea576eea801d0c7bc
parent151fe02bad39cfcdc5a54e7dc6961d05aafe4610
Fix grid-context mixin

Store the correct value in $old-grid-column-count so it can be restored
later.

As it was, everytime the grid-context mixin was called, the global value
of $grid-column-count would change to the value of the $columns
parameter.
scss/grid/_row.scss