Skip to content

Instantly share code, notes, and snippets.

@VinSpee
Created June 9, 2016 20:17
Show Gist options
  • Save VinSpee/ebdb73886408dce0ac963cfc23d31723 to your computer and use it in GitHub Desktop.
Save VinSpee/ebdb73886408dce0ac963cfc23d31723 to your computer and use it in GitHub Desktop.
.col-s\:a {
column-span: all;
}
@media($mq-sm-min) {
.col-c\:2\@sm {
column-count: 2;
}
.col-g\:5\@sm {
column-gap: ms(4);
// 2.0736rem
}
.col-s\:a\@sm {
column-span: all;
}
}
@media($mq-md-min) {
.col-c\:3\@md {
column-count: 3;
}
.col-g\:3\@md {
column-gap: ms(2);
// 2.0736rem
}
.col-s\:a\@md {
column-span: all;
}
}
@media($mq-lg-min) {
.col-c\:6\@lg {
column-count: 6;
}
.col-s\:a\@lg {
column-span: all;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment