next-url-shortener/postcss.config.js
2024-02-15 13:23:35 -08:00

6 lines
82 B
JavaScript

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