Files
snippet-pastebin/postcss.config.mjs
johndoe6345789 52fb82a706 refactor: migrate to M3 SCSS and remove Radix/Tailwind dependencies
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4.5) <aider@aider.chat>
2026-01-20 16:21:03 +00:00

6 lines
59 B
JavaScript

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