Commit 8b34a0e1 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

ios9 and up opera

parent ba3fb3c9
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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'
]
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment