OneAuth/oaf/postcss.config.js
2021-10-28 17:23:59 +08:00

7 lines
82 B
JavaScript

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