claude-code-source-code/web/postcss.config.js
2026-03-31 20:53:34 +03:00

6 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};