Created
April 27, 2012 07:31
-
-
Save rpearce/2506959 to your computer and use it in GitHub Desktop.
SASS interpolation, list, mixin, and @each -- compiled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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