We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1413c5 commit 315b8f2Copy full SHA for 315b8f2
HISTORY.md
@@ -1,6 +1,15 @@
1
CSS Media Query Change History
2
==============================
3
4
+0.1.2 (2014-01-21)
5
+------------------
6
+
7
+* Fixed issue with parsing media queries that do not have expressions. ([#5][])
8
9
10
+[#5]: https://github.com/ericf/css-mediaquery/issues/5
11
12
13
0.1.1 (2014-01-08)
14
------------------
15
package.json
@@ -1,6 +1,6 @@
{
"name": "css-mediaquery",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Parses and determines if a given CSS Media Query matches a set of values.",
"main": "index.js",
"scripts": {
0 commit comments