habitica/website/client/postcss.config.js

7 lines
102 B
JavaScript
Raw Normal View History

2019-10-15 13:32:53 +00:00
/* eslint-disable import/no-commonjs */
module.exports = {
plugins: {
2019-10-09 18:08:36 +00:00
autoprefixer: {},
},
};