mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-reporter': {},
|
|
},
|
|
};
|