This repository has been archived on 2022-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
web-archived/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2019-07-03 14:50:04 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}