canape/frontend/postcss.config.js
Grégoire Delattre bcadc48d5a Launch prettier with the --fix option
They've changed their default settings, this changes a lot of stuff in
our code base.
2020-04-01 17:55:34 +02:00

4 lines
60 B
JavaScript

module.exports = {
plugins: [require("autoprefixer")],
};