chat.allin1ai.app / postcss.config.js
AbdullahAdeeb's picture
add basic structure of chat.allin1ai.app
4236081
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};