llmOS-Agent / frontend /postcss.config.mjs
starsnatched
feat: add global styles and layout for Next.js application
71fac34
raw
history blame
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;