reorg typography config

This commit is contained in:
yyh 2026-05-01 02:46:19 +08:00
parent 2084f08786
commit 50c2877ddb
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

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