Skip to content

Commit 54a4a15

Browse files
committed
Update docs
1 parent 14c1213 commit 54a4a15

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.1.0 2015-09-05
1+
# 2.1.0 2015-09-08
22

33
Add: Support for `<` and `>` without `=`.
44

@@ -12,7 +12,7 @@ Change: Use PostCSS 4.1 plugin API.
1212

1313
# 1.1.0 2014-12-15
1414

15-
Add `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
15+
Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
1616

1717
# 1.0.0
1818

README-zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1010
Media Queries 中的 `min-width``max-width` 等属性非常容易混淆,每次看到他们,我都想哭。现在[新的规范](http://dev.w3.org/csswg/mediaqueries/#mq-min-max)中,可以使用更加直观的 `>=``<=` 替代 media queries 中的 min-/max- 前缀。
1111

12+
**V2.1.0 开始支持 `>``<` 符号。**
13+
1214
这是一个实现 [CSS Media Queries Level 4](http://dev.w3.org/csswg/mediaqueries/) Polyfill 的插件,让你现在就可以使用这些特性,妈妈再也不用担心我记不住了,鹅妹子嘤!
1315

1416

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1010
The `min-width`, `max-width` and many other properties of media queries are really confusing. I want to cry every time I see them. But right now according to the new specs, you can use more intuitive `<=` or `>=` to replace the `min-`/`max-` prefixes in media queries.
1111

12+
V2.1.0 began to support `>` or `<` symbol.
13+
1214
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!
1315

1416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-media-minmax",
33
"version": "2.1.0",
4-
"description": "Using more intuitive `>=` or `<=` instead of media queries min/max prefix.",
4+
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
66
"test": "tape test"
77
},

0 commit comments

Comments
 (0)