Skip to content

Commit

Permalink
test(gruntfile): fix JSHint error in gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Jul 19, 2016
1 parent 3b198de commit c2f4bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ module.exports = function (grunt) {
options: {
from: 'v4.0.0-alpha.2',
// to: 'v4.0.0-alpha.2',
// version: 'v4.0.0-alpha.2',
// version: 'v4.0.0-alpha.2',
commitLink: function (commitHash) {
//TODO externalize orangeforge git url + project name etc..
// TODO externalize orangeforge git url + project name etc..
return '[' + commitHash.substring(0, 8) + '](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/' + commitHash + ')';
}
}
Expand Down
4 changes: 2 additions & 2 deletions scss/_o-accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
// For mobile display emphase the border
@include media-breakpoint-down(sm) {
.panel {
border-bottom: 2px;
border-bottom-width: 2px;

&:first-child .panel-title {
border-top: 2px;
border-top-width: 2px;
}
}
}
Expand Down

0 comments on commit c2f4bbf

Please sign in to comment.