Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Update helpers.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goucher committed Feb 14, 2012
1 parent 0ce7fb9 commit 1fd9058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

// CSS Box Shadow
@mixin box-shadow($input) {
-webkit-box-shadow: $input;
-moz-box-shadow: $input;
-ms-box-shadow: $input;
-o-box-shadow: $input;
box-shadow: $input;
-webkit-box-shadow: $input;
-moz-box-shadow: $input;
-ms-box-shadow: $input;
-o-box-shadow: $input;
box-shadow: $input;
}

// CSS Transitions - @include transition( top, 0.5s, ease-in);
Expand Down

0 comments on commit 1fd9058

Please sign in to comment.