ai / postcss.config.js
github-actions[bot]
GitHub deploy: 704cb86591d6800bb05a9dc753d51c3f3f1188a8
90fa015
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};