shellphone.app/postcss.config.js
2021-07-31 22:33:18 +08:00

8 lines
97 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}