tilltheend-website/postcss.config.js

6 lines
No EOL
89 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
}
}