omnidev / postcss.config.mjs
kalhdrawi's picture
ุฃูˆู„ ุฑูุน ู„ู„ู…ู„ูุงุช ุฅู„ู‰ ุงู„ุณุจูŠุณ kalhdrawi/omnidev
1cf8f01
raw
history blame
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;