forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'bootstrap/v4-dev' into joblocal-bootstrap4
* bootstrap/v4-dev: (979 commits) Add aria-label to docs search field Remove random cursor: default from pill nav (twbs#21835) Allow button toolbars to wrap (twbs#21826) fixes twbs#21567 grunt (fixes twbs#21819) Add align self to navbar brand (twbs#21626) Rename order utilities to intended class names (twbs#21739) Pixel perfect navbar toggler (twbs#21821) Update _custom.scss imports in other builds (twbs#21825) Allow flex-based navs to wrap like they used to (twbs#21824) Remove `cursor: pointer;` (twbs#21812) Fix body padding in Dashboard and Jumbotron examples. Move htmllint to npm script. Change to markdown (twbs#21815) Change header to use markdown (twbs#21809) Update grid layout docs (twbs#21806) grunt Drop Normalize, port relevant parts to Reboot (twbs#21741) grunt Fix container within navbar on smallest breakpoint (twbs#21722) ...
- Loading branch information
Showing
359 changed files
with
33,223 additions
and
27,817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/*.min.js | ||
**/vendor/* | ||
**/dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
fail_on_violations: true | ||
|
||
scss: | ||
config_file: scss/.scss-lint.yml | ||
enabled: true | ||
ignore_file: scss/_normalize.scss | ||
config_file: scss/.scss-lint.yml | ||
|
||
javascript: | ||
enabled: false | ||
|
||
eslint: | ||
enabled: true | ||
config_file: js/.eslintrc.json | ||
|
||
jscs: | ||
enabled: true | ||
config_file: js/.jscsrc | ||
ignore_file: .houndignore | ||
|
||
ruby: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
**/*.min.js | ||
**/vendor/* | ||
**/dist/* | ||
js/tests/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
source 'https://rubygems.org' | ||
|
||
group :development, :test do | ||
gem 'jekyll', '~> 3.1.2' | ||
gem 'jekyll-redirect-from', '~> 0.10.0' | ||
gem 'jekyll-sitemap', '~> 0.10.0' | ||
gem 'scss_lint', '~> 0.47.1' | ||
gem 'jekyll', '~> 3.3.1' | ||
gem 'jekyll-redirect-from', '~> 0.12.0' | ||
gem 'jekyll-sitemap', '~> 0.12.0' | ||
gem 'scss_lint', '~> 0.51.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,58 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
colorator (0.1) | ||
ffi (1.9.10) | ||
ffi (1.9.10-x64-mingw32) | ||
jekyll (3.1.6) | ||
colorator (~> 0.1) | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
colorator (1.1.0) | ||
ffi (1.9.14) | ||
forwardable-extended (2.6.0) | ||
jekyll (3.3.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-redirect-from (0.10.0) | ||
jekyll (>= 2.0) | ||
jekyll-sass-converter (1.4.0) | ||
jekyll-redirect-from (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-sass-converter (1.5.0) | ||
sass (~> 3.4) | ||
jekyll-sitemap (0.10.0) | ||
jekyll-watch (1.4.0) | ||
jekyll-sitemap (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
kramdown (1.11.1) | ||
kramdown (1.13.1) | ||
liquid (3.0.6) | ||
listen (3.0.8) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
mercenary (0.3.6) | ||
rake (10.5.0) | ||
rb-fsevent (0.9.7) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (2.0.5) | ||
rake (12.0.0) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.7) | ||
ffi (>= 0.5.0) | ||
rouge (1.10.1) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.22) | ||
scss_lint (0.47.1) | ||
rake (>= 0.9, < 11) | ||
sass (~> 3.4.15) | ||
sass (3.4.23) | ||
scss_lint (0.51.0) | ||
rake (>= 0.9, < 13) | ||
sass (~> 3.4.20) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
jekyll (~> 3.1.2) | ||
jekyll-redirect-from (~> 0.10.0) | ||
jekyll-sitemap (~> 0.10.0) | ||
scss_lint (~> 0.47.1) | ||
jekyll (~> 3.3.1) | ||
jekyll-redirect-from (~> 0.12.0) | ||
jekyll-sitemap (~> 0.12.0) | ||
scss_lint (~> 0.51.0) | ||
|
||
BUNDLED WITH | ||
1.12.5 | ||
1.13.6 |
Oops, something went wrong.