Files
hg-landing/postcss.config.mjs
iammm0 d721965e8d Add Heguang Tongkun landing page with light theme and refined UI.
Ship the full Vite/React marketing site with white-background styling, softer gradients, rounded typography, and section layout updates from the design pass.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 17:42:44 +08:00

10 lines
157 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;