Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Dec 15, 2014
1 parent 1939865 commit 014a13d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 1.1.0

Add `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.

# 1.0.0

The first release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You will get:
| <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>
```

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.
PostCSS Media Minmax doesn't implement such syntax as `200px > = width` or `200px < = width` currently, because the syntax readability is not good enough.

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-media-minmax",
"version": "1.0.0",
"version": "1.1.0",
"description": "Using more intuitive `>=` or `<=` instead of media queries min/max prefix.",
"scripts": {
"test": "tape test"
Expand Down

0 comments on commit 014a13d

Please sign in to comment.