This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/frontend/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2019-02-22 19:23:42 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}