Skip to content

Commit 331082c

Browse files
build PR #48
1 parent 89ad5f7 commit 331082c

13 files changed

+96
-91
lines changed

dist/css/bootstrap-grid.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.css

+49-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

+7-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,14 @@ <h1 id="forms">Forms</h1>
655655
<label class="custom-control-label" for="customCheck2">Disabled custom checkbox</label>
656656
</div>
657657
</div>
658+
<div class="custom-control custom-switch">
659+
<input type="checkbox" class="custom-control-input" id="customSwitch1">
660+
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
661+
</div>
662+
<div class="custom-control custom-switch">
663+
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
664+
<label class="custom-control-label" for="customSwitch2">Disabled switch element</label>
665+
</div>
658666
<div class="form-group">
659667
<select class="custom-select">
660668
<option selected>Open this select menu</option>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-v4-rtl",
33
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4-
"version": "4.3.1-4",
4+
"version": "4.3.1-5",
55
"version_short": "4.3",
66
"keywords": [
77
"css",

0 commit comments

Comments
 (0)