We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b33fb commit 56747c3Copy full SHA for 56747c3
2 files changed
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-# 1.1.0
+# 1.2.0 2015-07-06
2
+
3
+Use PostCSS 4.1 plugin API.
4
5
+# 1.1.0 2014-12-15
6
7
Add `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-media-minmax",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Using more intuitive `>=` or `<=` instead of media queries min/max prefix.",
"scripts": {
"test": "tape test"
0 commit comments