OpenWebUI-Monitor / postcss.config.js
3v324v23's picture
all
4c2a557
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};