This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hello.kei/postcss.config.js
2022-08-07 18:26:56 -03:00

7 lines
59 B
JavaScript

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