This repository has been archived on 2019-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
meticulous/postcss.config.js

6 lines
60 B
JavaScript
Raw Permalink Normal View History

2019-07-14 21:05:42 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
};