Skip to content

Commit

Permalink
Merge branch 'master' into v5-docs-example-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 8, 2019
2 parents 3cc2bce + 1770691 commit e02f400
Show file tree
Hide file tree
Showing 64 changed files with 998 additions and 729 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -10,6 +10,7 @@
],
"rules": {
"capitalized-comments": "off",
"function-call-argument-newline": "off",
"indent": [
"error",
2,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
@@ -1,5 +1,7 @@
name: Tests
on: [push, pull_request]
env:
CI: true

jobs:
run:
Expand Down Expand Up @@ -28,8 +30,6 @@ jobs:

- name: Install npm dependencies
run: npm ci
env:
CI: true

- name: Run tests
run: npm test
Expand Down
126 changes: 126 additions & 0 deletions dist/css/bootstrap-grid.css

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-grid.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions dist/css/bootstrap-reboot.css

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-reboot.css.map

Large diffs are not rendered by default.

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

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-reboot.min.css.map

Large diffs are not rendered by default.

22 changes: 19 additions & 3 deletions dist/css/bootstrap-utilities.css

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-utilities.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-utilities.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit e02f400

Please sign in to comment.