Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created April 27, 2012 07:31
Show Gist options
  • Save rpearce/2506959 to your computer and use it in GitHub Desktop.
Save rpearce/2506959 to your computer and use it in GitHub Desktop.
SASS interpolation, list, mixin, and @each -- compiled
.logobar-inner {
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 0px rgba(0, 0, 0, 0.1); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment