Skip to content

Commit

Permalink
Work around bug in stylint
Browse files Browse the repository at this point in the history
The styling test was failing due to this bug:
SimenB/stylint#446
  • Loading branch information
openjck committed Nov 15, 2018
1 parent 0063148 commit 80f9526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/styl/Header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ h1 {
padding: $navgroup-v-spacing $navgroup-h-spacing;

&:first-child {
padding-top: 2*($navgroup-v-spacing);
padding-top: 2 * ($navgroup-v-spacing);
}
&:last-child {
padding-bottom: 2*($navgroup-v-spacing);
padding-bottom: 2 * ($navgroup-v-spacing);
}
}
}

0 comments on commit 80f9526

Please sign in to comment.