@less/test-data 4.8.1 → 5.0.0-alpha.1

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.
Files changed (184) hide show
  1. package/UPSTREAM-FIXTURE-SYNC.md +54 -0
  2. package/package.json +4 -1
  3. package/styles.config.ts +15 -0
  4. package/tests-config/3rd-party/styles.config.cjs +1 -1
  5. package/tests-config/compression/styles.config.cjs +1 -1
  6. package/tests-config/debug/all/styles.config.cjs +1 -1
  7. package/tests-config/debug/comments/styles.config.cjs +1 -1
  8. package/tests-config/debug/mediaquery/styles.config.cjs +1 -1
  9. package/tests-config/filemanagerPlugin/styles.config.cjs +1 -1
  10. package/tests-config/functions-harness/functions-harness.css +8 -0
  11. package/tests-config/functions-harness/functions-harness.less +10 -0
  12. package/tests-config/namespacing/legacy/namespacing-7.css +15 -0
  13. package/tests-config/namespacing/namespacing-5.less +3 -3
  14. package/tests-config/namespacing/namespacing-7.css +16 -8
  15. package/tests-config/namespacing/styles.config.cjs +4 -1
  16. package/tests-config/strict-imports/legacy/strict-imports.css +14 -0
  17. package/tests-config/strict-imports/strict-imports.css +4 -2
  18. package/tests-config/strict-imports/styles.config.cjs +6 -5
  19. package/tests-error/eval/ampersand-merge-template-invalid.less +7 -0
  20. package/tests-error/eval/ampersand-merge-template-invalid.txt +1 -0
  21. package/tests-error/eval/at-rules-undefined-var.less +1 -1
  22. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.css +45 -0
  23. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.less +72 -0
  24. package/tests-unit/at-rules/at-rules.css +8 -6
  25. package/tests-unit/at-rules/legacy/at-rules.css +110 -0
  26. package/tests-unit/at-rules/styles.config.ts +5 -0
  27. package/tests-unit/at-rules-bubbling/at-rules-bubbling.css +121 -0
  28. package/tests-unit/at-rules-bubbling/legacy/at-rules-bubbling.css +122 -0
  29. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +2 -5
  30. package/tests-unit/at-rules-keyword-comments/legacy/at-rules-keyword-comments.css +12 -0
  31. package/tests-unit/at-rules-targeted/at-rules-targeted.css +5 -3
  32. package/tests-unit/at-rules-targeted/legacy/at-rules-targeted.css +55 -0
  33. package/tests-unit/calc/calc.css +8 -8
  34. package/tests-unit/calc/calc.less +1 -0
  35. package/tests-unit/calc/legacy/calc.css +32 -0
  36. package/tests-unit/color-functions/basic.css +1 -1
  37. package/tests-unit/color-functions/comprehensive.css +5 -5
  38. package/tests-unit/color-functions/comprehensive.less +1 -0
  39. package/tests-unit/color-functions/formats.css +0 -12
  40. package/tests-unit/color-functions/formats.less +0 -15
  41. package/tests-unit/color-functions/legacy/basic.css +21 -0
  42. package/tests-unit/color-functions/legacy/comprehensive.css +48 -0
  43. package/tests-unit/color-functions/legacy/modern-syntax.css +9 -0
  44. package/tests-unit/color-functions/legacy/operations.css +18 -0
  45. package/tests-unit/color-functions/legacy/rgba.css +20 -0
  46. package/tests-unit/color-functions/modern-syntax.css +4 -4
  47. package/tests-unit/color-functions/modern-syntax.less +1 -0
  48. package/tests-unit/color-functions/operations.less +1 -0
  49. package/tests-unit/color-functions/rgba.css +3 -3
  50. package/tests-unit/color-functions/rgba.less +3 -1
  51. package/tests-unit/comments/comments.css +5 -6
  52. package/tests-unit/comments/comments.less +2 -1
  53. package/tests-unit/comments/comments2.css +4 -6
  54. package/tests-unit/comments/comments2.less +3 -0
  55. package/tests-unit/comments/legacy/comments.css +86 -0
  56. package/tests-unit/comments/legacy/comments2.css +21 -0
  57. package/tests-unit/container/container.css +40 -83
  58. package/tests-unit/container/container.less +28 -82
  59. package/tests-unit/container/legacy/container.css +273 -0
  60. package/tests-unit/container/styles.config.ts +8 -0
  61. package/tests-unit/css-3/css-3.css +4 -4
  62. package/tests-unit/css-3/legacy/css-3.css +147 -0
  63. package/tests-unit/css-escapes/css-escapes.css +4 -4
  64. package/tests-unit/css-escapes/legacy/css-escapes.css +34 -0
  65. package/tests-unit/css-escapes/styles.config.ts +5 -0
  66. package/tests-unit/css-grid/css-grid.css +4 -1
  67. package/tests-unit/css-grid/legacy/css-grid.css +27 -0
  68. package/tests-unit/css-guards/css-guards.less +2 -1
  69. package/tests-unit/detached-rulesets/detached-rulesets.css +26 -18
  70. package/tests-unit/detached-rulesets/legacy/detached-rulesets.css +79 -0
  71. package/tests-unit/directives-bubbling/directives-bubbling.css +16 -14
  72. package/tests-unit/extend/extend.css +22 -28
  73. package/tests-unit/extend/legacy/extend.css +79 -0
  74. package/tests-unit/extend/styles.config.ts +5 -0
  75. package/tests-unit/extend-chaining/extend-chaining.css +7 -10
  76. package/tests-unit/extend-chaining/legacy/extend-chaining.css +84 -0
  77. package/tests-unit/extend-clearfix/extend-clearfix.css +1 -3
  78. package/tests-unit/extend-clearfix/extend-clearfix.less +0 -1
  79. package/tests-unit/{extend → extend-clearfix/legacy}/extend-clearfix.css +3 -0
  80. package/tests-unit/extend-exact/extend-exact.css +25 -24
  81. package/tests-unit/extend-exact/legacy/extend-exact.css +40 -0
  82. package/tests-unit/extend-exact/styles.config.ts +5 -0
  83. package/tests-unit/extend-media/extend-media.css +9 -14
  84. package/tests-unit/extend-media/legacy/extend-media.css +27 -0
  85. package/tests-unit/extend-media/styles.config.ts +5 -0
  86. package/tests-unit/extend-nest/extend-nest.css +3 -22
  87. package/tests-unit/extend-nest/legacy/extend-nest.css +60 -0
  88. package/tests-unit/extend-selector/extend-selector.css +42 -67
  89. package/tests-unit/extend-selector/extend-selector.less +0 -15
  90. package/tests-unit/extend-selector/legacy/extend-selector.css +73 -0
  91. package/tests-unit/extend-selector/styles.config.ts +5 -0
  92. package/tests-unit/extract-and-length/extract-and-length.css +6 -5
  93. package/tests-unit/extract-and-length/extract-and-length.less +7 -2
  94. package/tests-unit/extract-and-length/legacy/extract-and-length.css +137 -0
  95. package/tests-unit/functions/functions.css +5 -14
  96. package/tests-unit/functions/functions.less +7 -17
  97. package/tests-unit/functions/legacy/functions.css +244 -0
  98. package/tests-unit/functions/legacy/functions.less +296 -0
  99. package/tests-unit/functions-each/functions-each.css +4 -2
  100. package/tests-unit/import/import-reference-issues.css +6 -6
  101. package/tests-unit/import/import-reference.css +4 -2
  102. package/tests-unit/import/legacy/import-reference-issues.css +27 -0
  103. package/tests-unit/import/legacy/import-reference.css +101 -0
  104. package/tests-unit/import/styles.config.cjs +5 -4
  105. package/tests-unit/layer/layer.css +30 -28
  106. package/tests-unit/layer/legacy/layer.css +136 -0
  107. package/tests-unit/layer/styles.config.ts +5 -0
  108. package/tests-unit/math-css-vars/math-css-vars.css +1 -0
  109. package/tests-unit/math-css-vars/math-css-vars.less +1 -0
  110. package/tests-unit/media/legacy/media.css +274 -0
  111. package/tests-unit/media/media.css +49 -43
  112. package/tests-unit/media/media.less +0 -2
  113. package/tests-unit/media/styles.config.cjs +5 -0
  114. package/tests-unit/merge/merge.css +2 -2
  115. package/tests-unit/mixin-noparens/legacy/mixin-noparens.css +10 -0
  116. package/tests-unit/mixin-noparens/mixin-noparens.css +4 -2
  117. package/tests-unit/mixin-noparens/styles.config.ts +5 -0
  118. package/tests-unit/mixins/legacy/maps.css +9 -0
  119. package/tests-unit/mixins/legacy/mixins.css +147 -0
  120. package/tests-unit/mixins/maps.css +7 -5
  121. package/tests-unit/mixins/mixins.css +7 -5
  122. package/tests-unit/mixins/styles.config.ts +5 -0
  123. package/tests-unit/mixins-closure/legacy/mixins-closure.css +12 -0
  124. package/tests-unit/mixins-closure/mixins-closure.css +4 -2
  125. package/tests-unit/mixins-closure/styles.config.ts +5 -0
  126. package/tests-unit/mixins-guards/legacy/mixins-guards.css +214 -0
  127. package/tests-unit/mixins-guards/mixins-guards.css +5 -3
  128. package/tests-unit/mixins-guards/mixins-guards.less +0 -1
  129. package/tests-unit/mixins-guards/styles.config.ts +5 -0
  130. package/tests-unit/mixins-guards-default-func/legacy/mixins-guards-default-func.css +132 -0
  131. package/tests-unit/mixins-guards-default-func/mixins-guards-default-func.css +0 -2
  132. package/tests-unit/mixins-important/mixins-important.css +33 -19
  133. package/tests-unit/mixins-interpolated/legacy/mixins-interpolated.css +42 -0
  134. package/tests-unit/mixins-interpolated/mixins-interpolated.css +24 -14
  135. package/tests-unit/mixins-interpolated/styles.config.ts +5 -0
  136. package/tests-unit/mixins-nested/legacy/mixins-nested.css +17 -0
  137. package/tests-unit/mixins-nested/mixins-nested.css +16 -12
  138. package/tests-unit/mixins-nested/styles.config.ts +5 -0
  139. package/tests-unit/nesting/legacy/nesting.css +27 -0
  140. package/tests-unit/nesting/nesting-uncollapsed.css +26 -0
  141. package/tests-unit/nesting/nesting.css +1 -1
  142. package/tests-unit/nesting/styles.config.ts +6 -0
  143. package/tests-unit/operations/operations.css +4 -2
  144. package/tests-unit/parse-interpolation/legacy/parse-interpolation.css +39 -0
  145. package/tests-unit/parse-interpolation/parse-interpolation.css +72 -35
  146. package/tests-unit/parse-interpolation/parse-interpolation.less +73 -25
  147. package/tests-unit/parse-interpolation/styles.config.ts +5 -0
  148. package/tests-unit/parser-property-interp/parser-property-interp.css +1 -1
  149. package/tests-unit/parser-property-interp/parser-property-interp.less +2 -2
  150. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +1 -9
  151. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +11 -11
  152. package/tests-unit/plugin/styles.config.ts +11 -0
  153. package/tests-unit/property-accessors/legacy/property-accessors.css +60 -0
  154. package/tests-unit/property-accessors/property-accessors.css +15 -7
  155. package/tests-unit/property-name-interp/legacy/property-name-interp.css +24 -0
  156. package/tests-unit/property-name-interp/property-name-interp.css +1 -1
  157. package/tests-unit/property-name-interp/property-name-interp.less +4 -2
  158. package/tests-unit/property-targeted/legacy/property-targeted.css +7 -0
  159. package/tests-unit/property-targeted/property-targeted.css +1 -1
  160. package/tests-unit/rulesets/legacy/rulesets.css +31 -0
  161. package/tests-unit/rulesets/rulesets.css +30 -30
  162. package/tests-unit/rulesets/styles.config.ts +5 -0
  163. package/tests-unit/scope/legacy/scope.css +41 -0
  164. package/tests-unit/scope/scope.css +1 -1
  165. package/tests-unit/selectors/selectors.css +13 -41
  166. package/tests-unit/styles.config.cjs +1 -1
  167. package/tests-unit/styles.config.ts +8 -0
  168. package/tests-unit/variables/legacy/variable-advanced.css +58 -0
  169. package/tests-unit/variables/variable-advanced.css +1 -4
  170. package/tests-unit/variables/variable-advanced.less +5 -4
  171. package/tests-unit/variables-in-at-rules/variables-in-at-rules.less +3 -2
  172. package/tests-unit/whitespace/legacy/whitespace.css +45 -0
  173. package/tests-unit/whitespace/whitespace.css +3 -2
  174. package/tests-warnings/parentless-ampersand-nested.less +6 -0
  175. package/tests-warnings/parentless-ampersand-nested.txt +42 -0
  176. package/tests-warnings/parentless-ampersand.less +3 -0
  177. package/tests-warnings/parentless-ampersand.txt +21 -0
  178. package/tests-unit/extend/extend-clearfix.less +0 -19
  179. /package/tests-unit/{directives-bubbling/directives-bubbling.less → at-rules-bubbling/at-rules-bubbling.less} +0 -0
  180. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.css +0 -0
  181. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.less +0 -0
  182. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.css +0 -0
  183. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.less +0 -0
  184. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/styles.config.cjs +0 -0
@@ -0,0 +1,58 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .units-extended {
5
+ width: 1px;
6
+ same-unit-as-previously: 1px;
7
+ square-pixel-divided: 1px;
8
+ odd-unit: 2;
9
+ percentage: 500%;
10
+ pixels: 500px;
11
+ conversion-metric-a: 30mm;
12
+ conversion-metric-b: 3cm;
13
+ conversion-imperial: 3in;
14
+ /* stylelint-disable-next-line unit-no-unknown -- historical Less 4 custom-unit output */
15
+ custom-unit: 420octocats;
16
+ /* stylelint-disable-next-line unit-no-unknown -- historical Less 4 custom-unit output */
17
+ custom-unit-cancelling: 18dogs;
18
+ mix-units: 2px;
19
+ invalid-units: 1px;
20
+ }
21
+ .units-extended .fallback {
22
+ div-px-1: 10px;
23
+ div-px-2: 1px;
24
+ sub-px-1: 12.6px;
25
+ sub-cm-1: 9.666625cm;
26
+ mul-px-1: 19.6px;
27
+ mul-em-1: 19.6em;
28
+ mul-em-2: 196em;
29
+ mul-cm-1: 196cm;
30
+ add-px-1: 15.4px;
31
+ add-px-2: 393.35275591px;
32
+ mul-px-2: 140px;
33
+ mul-px-3: 140px;
34
+ }
35
+ .css-custom-properties {
36
+ --tw-pan-x: ;
37
+ --tw-pan-y: ;
38
+ --tw-pinch-zoom: ;
39
+ --tw-scroll-snap-strictness: proximity;
40
+ }
41
+ .variable-interpolation .radio_checked {
42
+ border-color: #fff;
43
+ }
44
+ .each-with-variables div#apple {
45
+ color: blue;
46
+ }
47
+ .each-with-variables div#banana {
48
+ color: blue;
49
+ }
50
+ .each-with-variables div#cherry {
51
+ color: blue;
52
+ }
53
+ .each-with-variables div#carrot {
54
+ color: blue;
55
+ }
56
+ .each-with-variables div#potato {
57
+ color: blue;
58
+ }
@@ -1,6 +1,3 @@
1
- .alpha {
2
- filter: alpha(opacity=42);
3
- }
4
1
  .units-extended {
5
2
  width: 1px;
6
3
  same-unit-as-previously: 1px;
@@ -26,7 +23,7 @@
26
23
  mul-em-2: 196em;
27
24
  mul-cm-1: 196cm;
28
25
  add-px-1: 15.4px;
29
- add-px-2: 393.35275591px;
26
+ add-px-2: 393.3527559px;
30
27
  mul-px-2: 140px;
31
28
  mul-px-3: 140px;
32
29
  }
@@ -3,10 +3,11 @@
3
3
  @c: #888;
4
4
  @onePixel: 1px;
5
5
 
6
- .alpha {
7
- @var: 42;
8
- filter: alpha(opacity=@var);
9
- }
6
+ // Hasn't been supported since IE8, so removed
7
+ // .alpha {
8
+ // @var: 42;
9
+ // filter: alpha(opacity=@var);
10
+ // }
10
11
 
11
12
  .units-extended {
12
13
  width: @onePixel;
@@ -1,5 +1,6 @@
1
- @Eight: 8;
2
- @charset "UTF-@{Eight}";
1
+ // Less 5 keeps @charset as a static CSS directive. Dynamic charset
2
+ // interpolation is covered by the alpha diagnostic contract instead.
3
+ @charset "UTF-8";
3
4
 
4
5
  @ns: less;
5
6
  @namespace @{ns} "http://lesscss.org";
@@ -0,0 +1,45 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .whitespace {
5
+ color: white;
6
+ }
7
+ .whitespace {
8
+ color: white;
9
+ }
10
+ .whitespace {
11
+ color: white;
12
+ }
13
+ .whitespace {
14
+ color: white;
15
+ }
16
+ .whitespace {
17
+ color: white ;
18
+ }
19
+ .white,
20
+ .space,
21
+ .mania {
22
+ color: white;
23
+ }
24
+ .no-semi-column {
25
+ color: white;
26
+ }
27
+ .no-semi-column {
28
+ color: white;
29
+ white-space: pre;
30
+ }
31
+ .no-semi-column {
32
+ border: 2px solid white;
33
+ }
34
+ .newlines {
35
+ background: the,
36
+ great,
37
+ wall;
38
+ border: 2px
39
+ solid
40
+ black;
41
+ }
42
+ .sel .newline_ws .tab_ws {
43
+ color: white;
44
+ background-position: 45 -23;
45
+ }
@@ -11,7 +11,7 @@
11
11
  color: white;
12
12
  }
13
13
  .whitespace {
14
- color: white ;
14
+ color: white;
15
15
  }
16
16
  .white,
17
17
  .space,
@@ -38,5 +38,6 @@
38
38
  }
39
39
  .sel .newline_ws .tab_ws {
40
40
  color: white;
41
- background-position: 45 -23;
41
+ background-position: 45
42
+ -23;
42
43
  }
@@ -0,0 +1,6 @@
1
+ .a {
2
+ color: red;
3
+ }
4
+ & + & {
5
+ color: blue;
6
+ }
@@ -0,0 +1,42 @@
1
+ [
2
+ {
3
+ "code": "selector/parentless-ampersand",
4
+ "phase": "eval",
5
+ "message": "Parentless ampersand ignored",
6
+ "reason": "Selector \"&+&\" uses \"&\" without an available parent selector in this context.",
7
+ "fix": "Move the selector under a real parent selector, or remove the stray \"&\".",
8
+ "file": {
9
+ "name": "parentless-ampersand-nested.less",
10
+ "path": "{path}",
11
+ "fullPath": "{path}parentless-ampersand-nested.less"
12
+ },
13
+ "filePath": "{path}parentless-ampersand-nested.less",
14
+ "line": 4,
15
+ "column": 1,
16
+ "lines": {
17
+ "3": "}",
18
+ "4": "& + & {",
19
+ "5": " color: blue;"
20
+ }
21
+ },
22
+ {
23
+ "code": "selector/parentless-ampersand",
24
+ "phase": "eval",
25
+ "message": "Parentless ampersand ignored",
26
+ "reason": "Selector \"&+&\" uses \"&\" without an available parent selector in this context.",
27
+ "fix": "Move the selector under a real parent selector, or remove the stray \"&\".",
28
+ "file": {
29
+ "name": "parentless-ampersand-nested.less",
30
+ "path": "{path}",
31
+ "fullPath": "{path}parentless-ampersand-nested.less"
32
+ },
33
+ "filePath": "{path}parentless-ampersand-nested.less",
34
+ "line": 4,
35
+ "column": 5,
36
+ "lines": {
37
+ "3": "}",
38
+ "4": "& + & {",
39
+ "5": " color: blue;"
40
+ }
41
+ }
42
+ ]
@@ -0,0 +1,3 @@
1
+ & {
2
+ color: red;
3
+ }
@@ -0,0 +1,21 @@
1
+ [
2
+ {
3
+ "code": "selector/parentless-ampersand",
4
+ "phase": "eval",
5
+ "message": "Parentless ampersand ignored",
6
+ "reason": "Selector \"&\" uses \"&\" without an available parent selector in this context.",
7
+ "fix": "Move the selector under a real parent selector, or remove the stray \"&\".",
8
+ "file": {
9
+ "name": "parentless-ampersand.less",
10
+ "path": "{path}",
11
+ "fullPath": "{path}parentless-ampersand.less"
12
+ },
13
+ "filePath": "{path}parentless-ampersand.less",
14
+ "line": 1,
15
+ "column": 1,
16
+ "lines": {
17
+ "1": "& {",
18
+ "2": " color: red;"
19
+ }
20
+ }
21
+ ]
@@ -1,19 +0,0 @@
1
- .clearfix {
2
- *zoom: 1;
3
- &:after {
4
- content: '';
5
- display: block;
6
- clear: both;
7
- height: 0;
8
- }
9
- }
10
-
11
- .foo {
12
- &:extend(.clearfix all);
13
- color: red;
14
- }
15
-
16
- .bar {
17
- &:extend(.clearfix all);
18
- color: blue;
19
- }