Browse Source

docs: remove extract quotes

pointhalo 3 years ago
parent
commit
03bc22852d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      content/start/getting-started/index-en-US.md

+ 2 - 2
content/start/getting-started/index-en-US.md

@@ -154,5 +154,5 @@ Introduce the full amount of semi css in `global.css`. Currently, on-demand impo
 You need to replace the path of the import statement in Step3, and replace the default theme CSS product with the CSS product in your customized theme package, for example, the theme package is `@semi-bot/semi-theme-nyx-c`
 ```css
 /* styles/globals.css */
-@import '~@semi-bot/semi-theme-nyx-c/semi.min.css'';
-```
+@import '~@semi-bot/semi-theme-nyx-c/semi.min.css';
+```