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.
Loading
Please sign in to comment