face-recognition-sss-beta / frontend /postcss.config.js
lifedebugger's picture
Deploy files from GitHub repository with LFS
e249c2c
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};