This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
ez-web/postcss.config.js
2024-11-01 22:23:17 +08:00

7 lines
82 B
JavaScript

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