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

7 lines
59 B
JavaScript
Raw Normal View History

module.exports = {
2022-08-07 18:26:56 -03:00
plugins: {
autoprefixer: {},
},
};