Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created April 15, 2011 12:12
Show Gist options
  • Save rutger1140/921600 to your computer and use it in GitHub Desktop.
Save rutger1140/921600 to your computer and use it in GitHub Desktop.
Example of vendor prefix indenting - taken from initializr
aside{
color:white;
padding:20px;
float:right;
width:200px;
background-color:#f16529;
border-bottom:20px solid #e44d26;
margin-bottom:50px;
-webkit-box-shadow:0 0px 40px -10px #AAA;
-moz-box-shadow:0 0px 40px -10px #AAA;
box-shadow:0 0px 40px -10px #AAA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment