Skip to content

Commit

Permalink
build PR #48
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiMajidzadeh committed Aug 7, 2019
1 parent 89ad5f7 commit 331082c
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 91 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap-grid.min.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

88 changes: 49 additions & 39 deletions dist/css/bootstrap-rtl.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-rtl.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

25 changes: 7 additions & 18 deletions dist/css/bootstrap.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.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,14 @@ <h1 id="forms">Forms</h1>
<label class="custom-control-label" for="customCheck2">Disabled custom checkbox</label>
</div>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
<label class="custom-control-label" for="customSwitch2">Disabled switch element</label>
</div>
<div class="form-group">
<select class="custom-select">
<option selected>Open this select menu</option>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-v4-rtl",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "4.3.1-4",
"version": "4.3.1-5",
"version_short": "4.3",
"keywords": [
"css",
Expand Down
Loading

0 comments on commit 331082c

Please sign in to comment.