Skip to main content

apps/web/postcss.config.mjs

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};