Skip to content

Commit

Permalink
docs(advance): [auto-prefix] remove incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Aug 21, 2024
1 parent 5e26904 commit e488ae0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/docs/zh/guide/advances/auto-prefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ outline: deep

# 自动添加浏览器私有前缀

The `@vue-styled-components/core` package uses the `stylis` library to add vendor prefixes.
`@vue-styled-components/core` 会自动为 CSS 规则添加浏览器私有前缀。这可以确保你的 CSS 规则在最常见的浏览器中兼容,这有助于提高你的网站兼容性。

这是 `@vue-styled-components/core` 包的一部分。它会自动为 CSS 规则添加浏览器私有前缀。这可以确保你的 CSS 规则在最常见的浏览器中兼容,这有助于提高你的网站兼容性。

`@vue-styled-components/core` 使用 `stylis` 库来编译以及添加浏览器私有前缀。
`@vue-styled-components/core` 通过 `stylis` 来编译以及添加浏览器私有前缀。

```js
import { styled } from '@vue-styled-components/core';
Expand Down

0 comments on commit e488ae0

Please sign in to comment.