apps/web/postcss.config.mjs
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
applications - Language:
js - Bytes: 79
- Lines: 7
- Content hash (short):
6b8e9159 - Source (start): apps/web/postcss.config.mjs:1
- Source (end): apps/web/postcss.config.mjs:7
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: {}
}
};