@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.
package/css/_main/media.css
CHANGED
|
@@ -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 }
|
package/less/_main/media.less
CHANGED