Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created June 25, 2012 17:00
Show Gist options
  • Select an option

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

Select an option

Save sadaco/2989886 to your computer and use it in GitHub Desktop.
Operations
@general-margin: 10px;
.cloud{
margin-top:@general-margin;
}
.cloudmini{
margin-top:@general-margin +10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment