Skip to content

Commit

Permalink
Hotfix: stylelint errors for successful release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hebler committed Dec 21, 2020
1 parent 777f4bf commit f977630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/scss/2-tools/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
#{$property}: $value;
}
} @else {
/* #{$value} */
.has-#{$type}-#{$color} {
#{$property}: $value;
}
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/6-components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@

&--bordered {
border: 1px solid $color-white-off;

tbody > tr {
border-top: 1px solid $color-white-off;
}

tr > td, tr > th {
border-left: 1px solid $color-white-off;
}
Expand Down

0 comments on commit f977630

Please sign in to comment.