Files
webapp-text-generator/postcss.config.js
T
2023-04-17 17:34:42 +08:00

7 lines
82 B
JavaScript

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