Skip to content

Commit 9f612e8

Browse files
committed
docs: change incorrect description
1 parent 263eb6d commit 9f612e8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
✅ Support nesting css.
5050

51+
✅ Auto-prefix css.
52+
5153
## 📖Documentation
5254

5355
For detailed introduction and usage instructions, please refer to [the documentation website](https://vue-styled-components.com)

README.zh_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343

4444
✅ 添加或覆盖 Attributes
4545

46-
✅ 支持 CSS 嵌套。(仅支持 web: https://drafts.csswg.org/css-nesting/#nesting)
46+
✅ 支持嵌套 CSS 写法
47+
48+
✅ 自动添加浏览器私有前缀
4749

4850
## 文档
4951

docs/guide/advances/auto-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ outline: deep
44

55
# Auto Prefix Added
66

7-
This feature is a part of the `@vvibe/vue-styled-components` package. It automatically adds vendor prefixes to CSS rules based on the browser support you specify. This ensures that your CSS rules are compatible with the most widely used browsers, which can help improve the compatibility of your website.
7+
This feature is a part of the `@vvibe/vue-styled-components` package. It automatically adds vendor prefixes to CSS rules. This ensures that your CSS rules are compatible with the most widely used browsers, which can help improve the compatibility of your website.
88

99
The `@vvibe/vue-styled-components` package uses the `stylis` library to add vendor prefixes.
1010

0 commit comments

Comments
 (0)