Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Dec 8, 2017
1 parent a5f1bed commit b7fbd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/action-banner/_action-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
@include grid-item($middle: true);
}

&__cta {

}

@include mq($from: md) {
&__text {
margin-bottom: 0;
Expand Down
3 changes: 2 additions & 1 deletion src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
display: block;
margin: em(0 $spacing-medium 0 0);

dt, dd {
dt,
dd {
display: inline-block;
margin: 0;
}
Expand Down

0 comments on commit b7fbd5b

Please sign in to comment.