mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
2e59166daa
The autoprefixer not working broke the phantomjs backend png rendering Fixes #16345
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
module.exports = () => {
|
|
return {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-reporter': {},
|
|
'postcss-browser-reporter': {},
|
|
}
|
|
};
|
|
};
|