mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #898 from mewtaylor/bugfix/safari-8-prefixes
Bugfix: Add webkit prefixes for safari 8
This commit is contained in:
commit
07d7750b9c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ module.exports = {
|
|||
noParse: /node_modules\/google-libphonenumber\/dist/
|
||||
},
|
||||
postcss: function () {
|
||||
return [autoprefixer({browsers: ['last 3 versions']})];
|
||||
return [autoprefixer({browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']})];
|
||||
},
|
||||
node: {
|
||||
fs: 'empty'
|
||||
|
|
Loading…
Reference in a new issue