lite_webui / postcss.config.js
blyon1995's picture
init this repo
ca51841
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};