@less/test-data 4.4.2 → 4.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -264,3 +264,8 @@
264
264
  padding: 0;
265
265
  }
266
266
  }
267
+ @media print, (max-width: 992px) {
268
+ div {
269
+ color: red;
270
+ }
271
+ }
@@ -1,3 +1,3 @@
1
- SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-1.less on line 1, column 24:
2
- 1 @media (extra: bracket)) {
3
- 2 body {
1
+ SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-1.less on line 1, column 24:
2
+ 1 @media (extra: bracket)) {
3
+ 2 body {
@@ -1,2 +1,2 @@
1
- SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-2.less on line 1, column 7:
2
- 1 @media
1
+ SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-2.less on line 1, column 7:
2
+ 1 @media
@@ -1,3 +1,3 @@
1
- SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-3.less on line 4, column 4:
2
- 3 font-size: 5000px;
3
- 4 }
1
+ SyntaxError: media definitions require block statements after any features in {path}parse-error-media-no-block-3.less on line 4, column 4:
2
+ 3 font-size: 5000px;
3
+ 4 }
@@ -291,3 +291,9 @@
291
291
  }
292
292
  }
293
293
  }
294
+
295
+ @media print, (max-width: 992px) {
296
+ div {
297
+ color: red;
298
+ }
299
+ }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "4.4.2",
6
+ "version": "4.4.4",
7
7
  "description": "Less files and CSS results",
8
8
  "author": "Alexis Sellier <self@cloudhead.net>",
9
9
  "contributors": [