Pollinations-ChatBox / postcss.config.mjs
Nechtan's picture
fiat lux
59b210a
raw
history blame
135 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;