From 827be7a3ad8d23c4378d06df168092cc78ff6a22 Mon Sep 17 00:00:00 2001 From: vix <41713692+totanvix@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:05:13 +0700 Subject: [PATCH] fix: fixed typo --- docs/docs/css.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/css.en-US.md b/docs/docs/css.en-US.md index 6632eb3a0..29002b3f0 100644 --- a/docs/docs/css.en-US.md +++ b/docs/docs/css.en-US.md @@ -23,7 +23,7 @@ umi comes with less and css parsing tools, so we are free to use either of the t } ``` -``index.ts` +`index.ts` ```tsx | pure import styles from 'index.css'; // tell umi to compile this css