liftinstall/ui/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2019-06-25 03:06:28 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}