Files
habitica/website/client/postcss.config.js
2019-10-15 15:32:53 +02:00

7 lines
102 B
JavaScript

/* eslint-disable import/no-commonjs */
module.exports = {
plugins: {
autoprefixer: {},
},
};