DistractIQ / postcss.config.js
github-actions
Initial clean deploy
7ff860b
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};