When it comes to Bootstrap 4
and Firefox v42
, the specific information is not readily available. However, the official documentation states in this link:
Bootstrap is designed to support the latest stable releases across various browsers and platforms. For Windows users, we ensure compatibility with Internet Explorer 10-11 / Microsoft Edge.
This implies that older browser versions are likely supported as well. Considering that the original Bootstrap was tested on Firefox 4+
, it is reasonable to assume that the latest version also caters to older iterations of Firefox
.
To confirm this without any doubt, reaching out to Bootstrap
support is recommended. They have a dedicated Slack
channel for assistance.
UPDATE:
Further research revealed relevant details. According to this source:
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
This indicates that using Bootstrap 4
with Firefox 42
should pose no issues.