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()