Skip to content

Instantly share code, notes, and snippets.

@gisu
Created September 14, 2013 22:16
Show Gist options
  • Save gisu/6566212 to your computer and use it in GitHub Desktop.
Save gisu/6566212 to your computer and use it in GitHub Desktop.
%relative
postion: relative
%padding--10
padding: 10px
%margin-bottom--10
margin-bottom: 10px
%box
background: #f7f7f7
color: black
%box_small
height: 200px
width: 300px
%box_big
height: 400px
width: 500px
.mybig--box
@extend %box, %box_small, %padding--10
.mysmall--box
@extend %box, %box_wide, %padding--10, %margin-bottom--10
.box--heading
@extend %padding--10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment