blind_chat / postcss.config.js
lauro1's picture
test
faca43f
raw history blame
No virus
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};