next-url-shortener/postcss.config.js
2025-03-06 01:33:58 -08:00

6 lines
77 B
JavaScript

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