Allow autoprefixer's browser versions to be configured
This commit is contained in:
@@ -15,5 +15,10 @@
|
||||
"publicPath": "/app/themes/sage",
|
||||
"devUrl": "http://example.dev",
|
||||
"proxyUrl": "http://localhost:3000",
|
||||
"cacheBusting": "[name]_[hash:8]"
|
||||
"cacheBusting": "[name]_[hash:8]",
|
||||
"browsers": [
|
||||
"last 2 versions",
|
||||
"android 4",
|
||||
"opera 12"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user