blog-server/postcss.config.js

6 lines
80 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};