Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active April 8, 2021 03:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudia-romano/a298559f5303c9dace9b5dc3e38c7790 to your computer and use it in GitHub Desktop.
Save claudia-romano/a298559f5303c9dace9b5dc3e38c7790 to your computer and use it in GitHub Desktop.
.grid {
@include gridLayout(
(7, 2), //item 1
(5, 1), //item 2
(5, 1), //item 3
(12, 1) //item 4
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment