Skip to content

Commit

Permalink
_sass: Simplify and inline variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Jun 14, 2020
1 parent 139b1ca commit 18cde68
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Just the Class dependencies
@import 'variables';
@import 'mixins';
@import 'card';

Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin abstract-card() {
box-shadow: $box-shadow;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
margin-left: -$gutter-spacing-sm;
margin-right: -$gutter-spacing-sm;
margin-bottom: $sp-4;
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/staffer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.staffer-image {
border-radius: 50%;
height: $staffer-image-size;
height: 100px;
margin-right: $sp-4;
}

Expand Down
14 changes: 0 additions & 14 deletions _sass/custom/variables.scss

This file was deleted.

0 comments on commit 18cde68

Please sign in to comment.