Allow autoprefixer's browser versions to be configured

This commit is contained in:
Oskar Schöldström
2017-01-10 12:21:25 -05:00
parent e7366d45eb
commit 6b37080b13
3 changed files with 8 additions and 2 deletions

View File

@@ -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"
]
}