Skip to content

Instantly share code, notes, and snippets.

@hlb
Created July 25, 2013 03:11
Show Gist options
  • Save hlb/6076647 to your computer and use it in GitHub Desktop.
Save hlb/6076647 to your computer and use it in GitHub Desktop.
@import "compass";
.box {
@include border-radius(8px);
@include box-shadow(
rgba(#ccc, 0.5) 3px 3px 5px
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment