Skip to content

Instantly share code, notes, and snippets.

@NekitoSP
Created October 7, 2019 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NekitoSP/9bfc4fad7b96311bbbfec0345617600e to your computer and use it in GitHub Desktop.
Save NekitoSP/9bfc4fad7b96311bbbfec0345617600e to your computer and use it in GitHub Desktop.
Bootstrap functions usage
.my-items-list {
@include make-row();
&__item {
@include make-col-ready();
@include media-breakpoint-up(xs) {
@include make-col(12);
}
@include media-breakpoint-up(sm) {
@include make-col(6);
}
@include media-breakpoint-up(md) {
@include make-col(3);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment