mirror of
https://github.com/grafana/grafana.git
synced 2026-02-19 02:30:53 -05:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-reporter': {},
|
|
},
|
|
};
|