Skip to content

Commit 30b6dcd

Browse files
committed
2.1.2
1 parent a64bde1 commit 30b6dcd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.2 2016-04-01
2+
3+
Fix: incorrect output when using both > and >= (or similar).(#12)
4+
15
# 2.1.1 2015-11-26
26

37
Fix: Pixels rounding errors in fractional pixels media queries.

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": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
66
"test": "tape test"

0 commit comments

Comments
 (0)