mirror of https://github.com/grafana/grafana
Fix: Autoprefixer is now working (#16351)
The autoprefixer not working broke the phantomjs backend png rendering
Fixes #16345
(cherry picked from commit 2e59166daa
)
pull/16358/head
parent
bd93aad63d
commit
21957ad515
@ -0,0 +1,4 @@ |
|||||||
|
>1%, |
||||||
|
Chrome > 20 |
||||||
|
last 4 versions, |
||||||
|
Firefox ESR |
@ -1,7 +1,9 @@ |
|||||||
module.exports = { |
module.exports = () => { |
||||||
|
return { |
||||||
plugins: { |
plugins: { |
||||||
'autoprefixer': {}, |
autoprefixer: {}, |
||||||
'postcss-reporter': {}, |
'postcss-reporter': {}, |
||||||
'postcss-browser-reporter': {}, |
'postcss-browser-reporter': {}, |
||||||
} |
} |
||||||
} |
}; |
||||||
|
}; |
||||||
|
Loading…
Reference in new issue