Sha256: eab690257c98fa1c72b01b6669f8d05c2324d04006276b9c473ead0bfc1455e9
Contents?: true
Size: 441 Bytes
Versions: 10
Compression:
Stored size: 441 Bytes
Contents
/* Row */ .row { @include html-grid((40px, 40px)); @include breakpoint('<=wide') { @include html-grid((40px, 40px), 'wide'); } @include breakpoint('<=normal') { @include html-grid((40px, 40px), 'normal'); } @include breakpoint('<=narrow') { @include html-grid((30px, 30px), 'narrow'); } @include breakpoint('<=mobile') { @include html-grid((20px, 20px), 'mobile'); } }
Version data entries
10 entries across 10 versions & 2 rubygems