.grid alias to .autogrid

This commit is contained in:
Raphael Goetter 2017-12-04 15:48:16 +01:00
parent 7bc7e0fb42
commit 54f95cab40
3 changed files with 11 additions and 6 deletions

View file

@ -4,7 +4,8 @@
/* recommanded HTML : <div class="autogrid">... some elements ...</div> */
/* see https://codepen.io/raphaelgoetter/pen/zzwxEE */
.autogrid {
.autogrid,
.grid {
@media (min-width: $tiny) {
display: grid;
grid-auto-flow: column;