Skip to content

Instantly share code, notes, and snippets.

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 claudia-romano/fd0ad14f670fdfd64a475b45b03bef91 to your computer and use it in GitHub Desktop.
Save claudia-romano/fd0ad14f670fdfd64a475b45b03bef91 to your computer and use it in GitHub Desktop.
.grid {
@include gridAdvanced(
(1, 8, 1, 3), //item 1
(1, 8, 3, 5), //item 2
(5, -1, 2, 4) //item 3
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment