Skip to content

Commit a64bde1

Browse files
committed
Update spec url
1 parent 564bdc6 commit a64bde1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
> 写简单优雅的 Media Queries!
99
10-
Media Queries 中的 `min-width``max-width` 等属性非常容易混淆,每次看到他们,我都想哭。现在[新的规范](http://dev.w3.org/csswg/mediaqueries/#mq-min-max)中,可以使用更加直观的 `>=``<=` 替代 media queries 中的 min-/max- 前缀。
10+
Media Queries 中的 `min-width``max-width` 等属性非常容易混淆,每次看到他们,我都想哭。现在[新的规范](https://drafts.csswg.org/mediaqueries/#mq-range-context)中,可以使用更加直观的 `>=``<=` 替代 media queries 中的 min-/max- 前缀。
1111

1212
**V2.1.0 开始支持 `>``<` 符号。**
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `min-width`, `max-width` and many other properties of media queries are real
1111

1212
V2.1.0 began to support `>` or `<` symbol.
1313

14-
This is a polyfill plugin which supports [CSS Media Queries Level 4](http://dev.w3.org/csswg/mediaqueries/) and gives you access to the new features right away. Mom will never worry about my study any more. So amazing!
14+
This is a polyfill plugin which supports [CSS Media Queries Level 4](https://drafts.csswg.org/mediaqueries/#mq-range-context) and gives you access to the new features right away. Mom will never worry about my study any more. So amazing!
1515

1616

1717
[简体中文](README-zh.md)

0 commit comments

Comments
 (0)