diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 20:11:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-24 20:11:12 -0700 |
| commit | c9d86ff3a3d8d9889cae2216f61e519054c8e3ee (patch) | |
| tree | c6df5177337d2b15922c58bcf157827bf622c0d3 | |
| parent | e4989bf784bbf193abecfe38a00591b69cc369b2 (diff) | |
| download | bootstrap-c9d86ff3a3d8d9889cae2216f61e519054c8e3ee.tar.xz bootstrap-c9d86ff3a3d8d9889cae2216f61e519054c8e3ee.zip | |
Update current Firefox ESR to 38 in Autoprefixer settings
See https://www.mozilla.org/en-US/firefox/organizations/faq/
[skip sauce]
[skip validator]
| -rw-r--r-- | grunt/autoprefixer-settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/autoprefixer-settings.js b/grunt/autoprefixer-settings.js index 3bf68f9f7..9b4970ccc 100644 --- a/grunt/autoprefixer-settings.js +++ b/grunt/autoprefixer-settings.js @@ -14,7 +14,7 @@ module.exports = { // (e.g. `box-sizing`, as opposed to `background: linear-gradient(...)`). // 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). - 'Firefox >= 31', // Current Firefox Extended Support Release (ESR); https://www.mozilla.org/en-US/firefox/organizations/faq/ + 'Firefox >= 38', // 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, // 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. |
