cuddle-templates/cuddle-node-service/postcss.config.js
kjuulh e19a57bbb7
feat: add nextjs template
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-05 21:42:09 +02:00

7 lines
83 B
JavaScript

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