mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'autoprefixer': {},
|
||
|
'postcss-reporter': {},
|
||
|
'postcss-browser-reporter': {},
|
||
|
}
|
||
|
}
|