Skip to content

Commit

Permalink
lint mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed May 25, 2021
1 parent 882c570 commit b321af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

&.Layout--divided {
@include flow-as-row-divider
@include flow-as-row-divider;
}
}

Expand All @@ -23,12 +23,12 @@
height: 1px;

&.Layout-divider--shallow {
margin-right: 0;
height: 8px;
margin-right: 0;
background: var(--color-bg-canvas-inset);
border-width: $border-width 0;
border-color: var(--color-border-primary);
border-style: solid;
border-width: $border-width 0;
}
}
}

0 comments on commit b321af0

Please sign in to comment.