Skip to content

Instantly share code, notes, and snippets.

@jaunkst
Created July 30, 2014 15:43
Show Gist options
  • Save jaunkst/4d1ee952e47fe41914ce to your computer and use it in GitHub Desktop.
Save jaunkst/4d1ee952e47fe41914ce to your computer and use it in GitHub Desktop.
# CSS
.red{
background:red;
padding: 20px;
.box{
width:100px;
height:100px;
background:yellow;
}
}
.blue{
background:blue;
padding: 20px;
.box{
width:100px;
height:100px;
background:green;
}
}
# psuedo markdown
.row
.col-xs-12
.red
.box
.blue
.box
.red
.box
.blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment