diff options
| author | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
| commit | 6c3f833076a9fa68601741e3e21bd07ad79b7d8a (patch) | |
| tree | fe016946d77f9ffff15bbe9cdc593fd098b5bcc7 /grunt/postcss.js | |
| parent | c581564a780974c6430ac5897740006f623f2277 (diff) | |
| parent | 5d7db507396275fcda96935aff47b09e1d79ddc1 (diff) | |
| download | bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.tar.xz bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.zip | |
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Diffstat (limited to 'grunt/postcss.js')
| -rw-r--r-- | grunt/postcss.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/postcss.js b/grunt/postcss.js index 7e7eb4a7e..a2ea78f5b 100644 --- a/grunt/postcss.js +++ b/grunt/postcss.js @@ -29,7 +29,7 @@ module.exports = { // For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12. // See also https://github.com/Fyrd/caniuse/issues/1928 'Edge >= 12', - 'Explorer >= 9', + 'Explorer >= 10', // Out of leniency, we prefix these 1 version further back than the official policy. 'iOS >= 8', 'Safari >= 8', |
