Skip to content

Commit

Permalink
Merge branch 'v4-dev' into rip-custom
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Jun 15, 2017
2 parents aa8c456 + 2e79830 commit 5818374
Show file tree
Hide file tree
Showing 49 changed files with 1,463 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ linters:

NestingDepth:
enabled: true
max_depth: 4
max_depth: 5
ignore_parent_selectors: false

PlaceholderInExtend:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (grunt) {
concurrency: 10,
maxRetries: 3,
maxPollRetries: 4,
urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'],
urls: ['http://localhost:3000/js/tests/index.html?hidepassed'],
browsers: grunt.file.readYAML('build/sauce_browsers.yml')
}
}
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ cdn:
js_hash: "sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js
popper_hash: "sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc="
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.1/umd/popper.min.js
popper_hash: "sha256-nxD3NU7Wocq19nG7DTQAx9troUwVoxjUhYrAhFSO3HM="
2 changes: 1 addition & 1 deletion assets/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/docs.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/vendor/popper.min.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions assets/scss/_sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// scss-lint:disable VendorPrefix

//
// Side navigation
// Right side table of contents
//

.bd-toc {
Expand Down Expand Up @@ -34,7 +34,7 @@

a {
display: block;
padding: .25rem 1.5rem;
padding: .125rem 1.5rem;
color: #99979c;

&:hover {
Expand All @@ -44,6 +44,10 @@
}
}

//
// Left side navigation
//

.bd-sidebar {
background-color: #f5f2f9;
border-bottom: 1px solid rgba(0,0,0,.1);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
],
"dependencies": {
"jquery": ">=1.9.1",
"popper.js": "^1.9.9"
"popper.js": "^1.10.1"
}
}
6 changes: 3 additions & 3 deletions build/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-grid.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-reboot.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5818374

Please sign in to comment.