Files
habitica/new_client/postcss.config.js
T
2019-09-30 22:23:09 +02:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}