Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2012 17:54
Show Gist options
  • Select an option

  • Save anonymous/3969283 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/3969283 to your computer and use it in GitHub Desktop.
/* the foo class is composed of mixins that
would normally be individual classes
it also contains any CSS specific to foo */
.foo {
.radius(3px);
.borders;
.shadow(3px);
.gradient(50%);
font-size: @font1;
color: @blue1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment