habitica/website/client/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
2019-10-09 18:08:36 +00:00
autoprefixer: {},
},
};