Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created May 31, 2012 09:16
Show Gist options
  • Select an option

  • Save sadaco/2842179 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/2842179 to your computer and use it in GitHub Desktop.
Mixins CSS
#main {
width: 200px;
height: 200px;
background: @lightgray;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.textarea{
background: @globalblue;
width:150px;
height:80px;
margin:0px auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment