We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e26904 commit e488ae0Copy full SHA for e488ae0
packages/docs/zh/guide/advances/auto-prefix.md
@@ -4,11 +4,9 @@ outline: deep
4
5
# 自动添加浏览器私有前缀
6
7
-The `@vue-styled-components/core` package uses the `stylis` library to add vendor prefixes.
+`@vue-styled-components/core` 会自动为 CSS 规则添加浏览器私有前缀。这可以确保你的 CSS 规则在最常见的浏览器中兼容,这有助于提高你的网站兼容性。
8
9
-这是 `@vue-styled-components/core` 包的一部分。它会自动为 CSS 规则添加浏览器私有前缀。这可以确保你的 CSS 规则在最常见的浏览器中兼容,这有助于提高你的网站兼容性。
10
-
11
-`@vue-styled-components/core` 使用 `stylis` 库来编译以及添加浏览器私有前缀。
+`@vue-styled-components/core` 通过 `stylis` 来编译以及添加浏览器私有前缀。
12
13
```js
14
import { styled } from '@vue-styled-components/core';
0 commit comments