From: Mark Otto Date: Fri, 30 Jun 2017 05:49:56 +0000 (-0700) Subject: ios9 and up opera X-Git-Tag: v4.0.0-beta~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b34a0e172181e251dd66afc6749591db6bcc3e6;p=thirdparty%2Fbootstrap.git ios9 and up opera --- diff --git a/build/postcss.config.js b/build/postcss.config.js index 21d8920d5f..aef4679fa7 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -20,11 +20,11 @@ module.exports = (ctx) => ({ 'Edge >= 12', 'Explorer >= 10', // Out of leniency, we prefix these 1 version further back than the official policy. - 'iOS >= 8', + 'iOS >= 9', 'Safari >= 9', // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them. 'Android >= 4.4', - 'Opera >= 12' + 'Opera >= 30' ] } }