Files
code-docs/postcss.config.js
T
Chuyaoyuan 697d3773c8 update v3.10.1
Co-authored-by: Copilot <copilot@github.com>
2026-05-06 19:14:45 +08:00

7 lines
83 B
JavaScript

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