Skip to content

Commit 2beeb56

Browse files
committed
v3.4.3
1 parent 039da65 commit 2beeb56

44 files changed

Lines changed: 116 additions & 116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There is no new or extra features than original Bootstrap 3 and no new feature r
2727

2828
## Limitations
2929

30-
This repo. uses CSS variables, for example `--background-color: #fff;` and `background-color: var(--background-color);`. So, it does not support Internet Explorer (IE). If you would like to use old browsers, please use original Bootstrap 3.
30+
This repo uses CSS variables, for example `--background-color: #fff;` and `background-color: var(--background-color);`, and many CSS functions such as `hsl()` including relative colors. So, it does not support Internet Explorer (IE). If you would like to use old browsers, please use original Bootstrap 3.
3131

3232

3333
## Quick start

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ plugins:
2222
# Custom vars
2323
title: Bootstrap
2424
description: "The world's most popular mobile-first and responsive front-end framework."
25-
current_version: 3.4.2
25+
current_version: 3.4.3
2626
docs_version: 3.4
2727
repo: https://github.com/twbs/bootstrap
2828
sass_repo: https://github.com/twbs/bootstrap-sass
2929

3030
download:
31-
source: https://github.com/twbs/bootstrap/archive/v3.4.2.zip
32-
dist: https://github.com/twbs/bootstrap/releases/download/v3.4.2/bootstrap-3.4.2-dist.zip
33-
sass: https://github.com/twbs/bootstrap-sass/archive/v3.4.2.tar.gz
31+
source: https://github.com/twbs/bootstrap/archive/v3.4.3.zip
32+
dist: https://github.com/twbs/bootstrap/releases/download/v3.4.3/bootstrap-3.4.3-dist.zip
33+
sass: https://github.com/twbs/bootstrap-sass/archive/v3.4.3.tar.gz
3434

3535
blog: https://blog.getbootstrap.com
3636
expo: https://expo.getbootstrap.com
3737
themes: https://themes.getbootstrap.com
3838

3939
cdn:
4040
# See https://www.srihash.org for info on how to generate the hashes
41-
css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/css/bootstrap.min.css
42-
css_hash: "sha384-BWAXwTL2VLNqloyW6z7oS7Q/bAaW5rerhNts5ZMLUIMsRuuHEXiQ8jst6DPpAEI0"
43-
css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/css/bootstrap-theme.min.css
44-
css_theme_hash: "sha384-Zgu2jZ3YZ3PslZsFeUk1zO4tjmRvw6NP/Ry2SfvGN0Nm29sj160uuxrPFYpWc15c"
45-
js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/js/bootstrap.min.js
46-
js_hash: "sha384-T6duU810h05V2xJbWf+s83Kq40xbYZIIM2LbNh0hSMXDzIhyrOsZwcQEnm1Q6xDv"
41+
css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.3/css/bootstrap.min.css
42+
css_hash: "sha384-qjyuT1caouIA7JNPpGelWVlqhb7NxbJOefyRfFx/40j0vtE5cvQLqaP/Z0XGIevV"
43+
css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.3/css/bootstrap-theme.min.css
44+
css_theme_hash: "sha384-CUnFWzXMfCYptFyDg9LcakkHx+ClUlyWbqBySWI2XFahXMGs/o9r86LCfDQWVVfR"
45+
js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.3/js/bootstrap.min.js
46+
js_hash: "sha384-XloQ67RK68Cszi5LqD0ey3XasaudaH4s/1xcF2MJx75OXjrZvEuJvjXpIlWYnyFr"

dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)