aboutsummaryrefslogtreecommitdiff
path: root/build/postcss.config.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-29 22:49:56 -0700
committerMark Otto <[email protected]>2017-06-30 11:42:56 -0700
commit8b34a0e172181e251dd66afc6749591db6bcc3e6 (patch)
tree58a1f2e1a2c28d8dcac1800187543795f7aa99a8 /build/postcss.config.js
parentba3fb3c98f170636e36dd34c949d63f2e1113f67 (diff)
downloadbootstrap-8b34a0e172181e251dd66afc6749591db6bcc3e6.tar.xz
bootstrap-8b34a0e172181e251dd66afc6749591db6bcc3e6.zip
ios9 and up opera
Diffstat (limited to 'build/postcss.config.js')
-rw-r--r--build/postcss.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js
index 21d8920d5..aef4679fa 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'
]
}
}