Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save claudia-romano/fd0ad14f670fdfd64a475b45b03bef91 to your computer and use it in GitHub Desktop.

Select an option

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