Commit 07d7750b authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #898 from mewtaylor/bugfix/safari-8-prefixes

Bugfix: Add webkit prefixes for safari 8
parents ee088e63 b750ab8c
...@@ -94,7 +94,7 @@ module.exports = { ...@@ -94,7 +94,7 @@ module.exports = {
noParse: /node_modules\/google-libphonenumber\/dist/ noParse: /node_modules\/google-libphonenumber\/dist/
}, },
postcss: function () { postcss: function () {
return [autoprefixer({browsers: ['last 3 versions']})]; return [autoprefixer({browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']})];
}, },
node: { node: {
fs: 'empty' fs: 'empty'
......
Markdown is supported
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