mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 01:03:40 +01:00
autoprefixer browser support as defined in #2
This commit is contained in:
parent
4debe957b0
commit
271a62ad28
@ -34,7 +34,7 @@ console.log("");
|
||||
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
// Browsers to target when prefixing CSS.
|
||||
var COMPATIBILITY = ['last 2 versions', 'ie >= 10'];
|
||||
var COMPATIBILITY = ['Chrome >= 30', 'Safari >= 6.1', 'Firefox >= 35', 'Opera >= 32', 'iOS >= 8', 'Android >= 4', 'ie >= 10'];
|
||||
|
||||
// paths
|
||||
var SRC = './',
|
||||
|
Loading…
Reference in New Issue
Block a user