From 50c2877ddb1cea69b413c4344500869d4d14ea7f Mon Sep 17 00:00:00 2001 From: yyh Date: Fri, 1 May 2026 02:46:19 +0800 Subject: [PATCH] reorg typography config --- web/{typography.js => app/styles/plugins/typography-config.js} | 0 web/app/styles/plugins/typography.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/{typography.js => app/styles/plugins/typography-config.js} (100%) diff --git a/web/typography.js b/web/app/styles/plugins/typography-config.js similarity index 100% rename from web/typography.js rename to web/app/styles/plugins/typography-config.js diff --git a/web/app/styles/plugins/typography.ts b/web/app/styles/plugins/typography.ts index 7438cba6dc..9ebb015c99 100644 --- a/web/app/styles/plugins/typography.ts +++ b/web/app/styles/plugins/typography.ts @@ -3,7 +3,7 @@ * Injects `theme.typography` for v4 CSS-first via plugin `config` merge. */ import typographyPlugin from '@tailwindcss/typography' -import typographyConfig from '../../../typography.js' +import typographyConfig from './typography-config.js' const created = typographyPlugin()