gbclient/postcss.config.js

7 lines
No EOL
99 B
JavaScript

// postcss.config.js
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}