fix(png): fixed phantomjs rendering issue with graph and y-axis label rotation, fixes #5220

This commit is contained in:
Torkel Ödegaard
2016-06-17 14:36:10 +02:00
parent 3bcda9268a
commit 90c063060a
4 changed files with 7 additions and 4 deletions

View File

@ -11,7 +11,7 @@ module.exports = function(config) {
},
processors: [
require('autoprefixer')({browsers: 'last 2 versions'}), // add vendor prefixes
require('autoprefixer')({browsers: 'last 3 versions'}), // add vendor prefixes
]
},
dist: {