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>
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|