Skip to content

Instantly share code, notes, and snippets.

View ennostuurman's full-sized avatar

ennostuurman ennostuurman

  • Haarlem, Netherlands
View GitHub Profile
@ennostuurman
ennostuurman / grid_mixins.scss
Created March 13, 2019 15:50 — forked from ksenzee/grid_mixins.scss
Mixins that make it possible to use CSS Grid in IE 10/11 as well as in modern browsers. Based on mixins by Sascha Fuchs at https://medium.com/@gisugosu/css-grid-layout-spec-2-to-spec-1-transpiler-with-sass-415dff4dd31b.
/// Add Gap between the boxes
///
/// @author Sascha Fuchs
///
/// @group core - cssgrid
///
/// @param {list} $boxes - List with box sizes
/// @param {string} $gap - Optional column gap
@function box-gap($boxes, $gap) {
$box: ();