Skip to content

Instantly share code, notes, and snippets.

@trev-dev
Created August 3, 2017 00:16
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 trev-dev/7e578f3b1c7ea44e29dbcb2c0c38a830 to your computer and use it in GitHub Desktop.
Save trev-dev/7e578f3b1c7ea44e29dbcb2c0c38a830 to your computer and use it in GitHub Desktop.
Sassy example
.wrapper
+grid-container
width: 960px
max-width: 100%
margin: 0 auto
.form-top
+grid-column
text-align: center
.column
+grid-column(6)
padding: 0 1.5rem
@media screen and (max-with: 700px)
+grid-column(12)
.split
+grid-container
+grid-collapse
@for $col from 1 through 12
.col-#{$col}
+grid-column($col)
.right
float: right
margin-right: 20px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment