Skip to content

Instantly share code, notes, and snippets.

@tevko
Created June 24, 2014 21:12
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 tevko/219d457c513470fbd23c to your computer and use it in GitHub Desktop.
Save tevko/219d457c513470fbd23c to your computer and use it in GitHub Desktop.
@include bp(large) {
.grid {
position: relative;
&.left {
float: left;
padding-right: 20px;
}
&.right {
float: right;
padding-left: 20px;
}
&.fourty {
width: 40%;
}
&.fifty {
width: 50%;
}
&.sixty {
width: 60%;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment