ai / postcss.config.js
github-actions[bot]
GitHub deploy: 0ebd943bc86391a73b415de0395bdc7dd6bf22a6
d13169e
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};