Files
InteractiveAvatarNextJSDemo/postcss.config.js
2024-06-28 16:06:33 -07:00

7 lines
82 B
JavaScript

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