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

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