Last active
April 8, 2021 03:44
-
-
Save claudia-romano/a298559f5303c9dace9b5dc3e38c7790 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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