Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Prune unused mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 6, 2015
1 parent b341da6 commit 9f95c7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 40 deletions.
6 changes: 3 additions & 3 deletions scss/gratipay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
This is the top of the Gratipay CSS tree.
*/

@import "mixins/layout";
@import "mixins/icons";
@import "mixins/borders-backgrounds-shadows";
@import "mixins/animation";
@import "mixins/border-radius";
@import "mixins/icons";
@import "mixins/layout";


// Atomic Design
Expand Down
4 changes: 4 additions & 0 deletions scss/mixins/border-radius.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@mixin border-radius($radius: 5px) {
border-radius: $radius;
background-clip: padding-box;
}
36 changes: 0 additions & 36 deletions scss/mixins/borders-backgrounds-shadows.scss

This file was deleted.

2 changes: 1 addition & 1 deletion scss/molecules/sign_in.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin-top: 11px;
}
&.highlight {
@include box-shadow(0, 0, 8px, $green);
box-shadow: 0 0 8px $green;
background: $darker-green;
}
}
Expand Down

0 comments on commit 9f95c7d

Please sign in to comment.