LendingTelecom/landing/postcss.config.js

8 lines
95 B
JavaScript

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