mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
autoprefixer-settings.js: Link to Firefox ESR webpage
[skip sauce] [skip validator]
This commit is contained in:
parent
4445c4f0f3
commit
e4989bf784
@ -14,7 +14,7 @@ module.exports = {
|
|||||||
// (e.g. `box-sizing`, as opposed to `background: linear-gradient(...)`).
|
// (e.g. `box-sizing`, as opposed to `background: linear-gradient(...)`).
|
||||||
// Since they've been unprefixed, Autoprefixer will stop prefixing them,
|
// Since they've been unprefixed, Autoprefixer will stop prefixing them,
|
||||||
// thus causing them to not work in the previous ESR (where the prefixes were required).
|
// thus causing them to not work in the previous ESR (where the prefixes were required).
|
||||||
'Firefox >= 31', // Current Firefox Extended Support Release (ESR)
|
'Firefox >= 31', // Current Firefox Extended Support Release (ESR); https://www.mozilla.org/en-US/firefox/organizations/faq/
|
||||||
// Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version,
|
// Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version,
|
||||||
// NOT the Edge app version shown in Edge's "About" screen.
|
// NOT the Edge app version shown in Edge's "About" screen.
|
||||||
// For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12.
|
// For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12.
|
||||||
|
Loading…
Reference in New Issue
Block a user