Skip to content

Commit 014a13d

Browse files
committed
v1.1.0
1 parent 1939865 commit 014a13d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.1.0
2+
3+
Add `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
4+
5+
# 1.0.0
6+
7+
The first release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You will get:
7777
| <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>
7878
```
7979

80-
PostCSS Media Minmax is currently doesn't implement the `200px > = width` or `200px < = width` such a grammar, because the syntax readability this not too good.
80+
PostCSS Media Minmax doesn't implement such syntax as `200px > = width` or `200px < = width` currently, because the syntax readability is not good enough.
8181

8282
## [Values](http://dev.w3.org/csswg/mediaqueries/#values)
8383

package.json

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

0 commit comments

Comments
 (0)