open-web-ui-last / postcss.config.js
oldg591's picture
first commit
960194f
raw
history blame contribute delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};