paper-ai-release-24-07-21/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2024-01-18 15:46:18 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}