@less/test-data 4.9.0 → 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 (204) 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/js-type-errors/js-type-error-2.txt +4 -0
  13. package/tests-config/js-type-errors/js-type-error.txt +1 -1
  14. package/tests-config/namespacing/legacy/namespacing-7.css +15 -0
  15. package/tests-config/namespacing/namespacing-5.less +3 -3
  16. package/tests-config/namespacing/namespacing-7.css +16 -8
  17. package/tests-config/namespacing/styles.config.cjs +4 -1
  18. package/tests-config/sourcemaps/styles.config.cjs +1 -1
  19. package/tests-config/sourcemaps-variable-selector/styles.config.cjs +1 -1
  20. package/tests-config/strict-imports/legacy/strict-imports.css +14 -0
  21. package/tests-config/strict-imports/strict-imports.css +4 -2
  22. package/tests-config/strict-imports/styles.config.cjs +6 -5
  23. package/tests-error/eval/ampersand-merge-template-invalid.less +7 -0
  24. package/tests-error/eval/ampersand-merge-template-invalid.txt +1 -0
  25. package/tests-error/eval/at-rules-undefined-var.less +1 -1
  26. package/tests-error/eval/property-undefined.txt +1 -0
  27. package/tests-error/eval/recursive-property.txt +1 -0
  28. package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.css +0 -38
  29. package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.less +0 -70
  30. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.css +45 -0
  31. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.less +72 -0
  32. package/tests-unit/at-rules/at-rules.css +8 -6
  33. package/tests-unit/at-rules/legacy/at-rules.css +110 -0
  34. package/tests-unit/at-rules/styles.config.ts +5 -0
  35. package/tests-unit/at-rules-bubbling/at-rules-bubbling.css +121 -0
  36. package/tests-unit/at-rules-bubbling/legacy/at-rules-bubbling.css +122 -0
  37. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +2 -5
  38. package/tests-unit/at-rules-keyword-comments/legacy/at-rules-keyword-comments.css +12 -0
  39. package/tests-unit/at-rules-targeted/at-rules-targeted.css +5 -3
  40. package/tests-unit/at-rules-targeted/legacy/at-rules-targeted.css +55 -0
  41. package/tests-unit/calc/calc.css +8 -8
  42. package/tests-unit/calc/calc.less +1 -0
  43. package/tests-unit/calc/legacy/calc.css +32 -0
  44. package/tests-unit/color-functions/basic.css +1 -1
  45. package/tests-unit/color-functions/comprehensive.css +5 -5
  46. package/tests-unit/color-functions/comprehensive.less +1 -0
  47. package/tests-unit/color-functions/formats.css +0 -12
  48. package/tests-unit/color-functions/formats.less +0 -15
  49. package/tests-unit/color-functions/legacy/basic.css +21 -0
  50. package/tests-unit/color-functions/legacy/comprehensive.css +48 -0
  51. package/tests-unit/color-functions/legacy/modern-syntax.css +9 -0
  52. package/tests-unit/color-functions/legacy/operations.css +18 -0
  53. package/tests-unit/color-functions/legacy/rgba.css +20 -0
  54. package/tests-unit/color-functions/modern-syntax.css +4 -4
  55. package/tests-unit/color-functions/modern-syntax.less +1 -0
  56. package/tests-unit/color-functions/operations.less +1 -0
  57. package/tests-unit/color-functions/rgba.css +3 -3
  58. package/tests-unit/color-functions/rgba.less +3 -1
  59. package/tests-unit/comments/comments.css +5 -6
  60. package/tests-unit/comments/comments.less +2 -1
  61. package/tests-unit/comments/comments2.css +4 -6
  62. package/tests-unit/comments/comments2.less +3 -0
  63. package/tests-unit/comments/legacy/comments.css +86 -0
  64. package/tests-unit/comments/legacy/comments2.css +21 -0
  65. package/tests-unit/container/container.css +40 -83
  66. package/tests-unit/container/container.less +28 -82
  67. package/tests-unit/container/legacy/container.css +273 -0
  68. package/tests-unit/container/styles.config.ts +8 -0
  69. package/tests-unit/css-3/css-3.css +4 -4
  70. package/tests-unit/css-3/legacy/css-3.css +147 -0
  71. package/tests-unit/css-escapes/css-escapes.css +4 -4
  72. package/tests-unit/css-escapes/legacy/css-escapes.css +34 -0
  73. package/tests-unit/css-escapes/styles.config.ts +5 -0
  74. package/tests-unit/css-grid/css-grid.css +4 -1
  75. package/tests-unit/css-grid/legacy/css-grid.css +27 -0
  76. package/tests-unit/css-guards/css-guards.less +2 -1
  77. package/tests-unit/detached-rulesets/detached-rulesets.css +26 -18
  78. package/tests-unit/detached-rulesets/legacy/detached-rulesets.css +79 -0
  79. package/tests-unit/directives-bubbling/directives-bubbling.css +16 -14
  80. package/tests-unit/extend/extend.css +22 -28
  81. package/tests-unit/extend/legacy/extend.css +79 -0
  82. package/tests-unit/extend/styles.config.ts +5 -0
  83. package/tests-unit/extend-chaining/extend-chaining.css +7 -10
  84. package/tests-unit/extend-chaining/legacy/extend-chaining.css +84 -0
  85. package/tests-unit/extend-clearfix/extend-clearfix.css +1 -3
  86. package/tests-unit/extend-clearfix/extend-clearfix.less +0 -1
  87. package/tests-unit/{extend → extend-clearfix/legacy}/extend-clearfix.css +3 -0
  88. package/tests-unit/extend-exact/extend-exact.css +25 -24
  89. package/tests-unit/extend-exact/legacy/extend-exact.css +40 -0
  90. package/tests-unit/extend-exact/styles.config.ts +5 -0
  91. package/tests-unit/extend-media/extend-media.css +9 -14
  92. package/tests-unit/extend-media/legacy/extend-media.css +27 -0
  93. package/tests-unit/extend-media/styles.config.ts +5 -0
  94. package/tests-unit/extend-nest/extend-nest.css +3 -22
  95. package/tests-unit/extend-nest/legacy/extend-nest.css +60 -0
  96. package/tests-unit/extend-selector/extend-selector.css +42 -67
  97. package/tests-unit/extend-selector/extend-selector.less +0 -15
  98. package/tests-unit/extend-selector/legacy/extend-selector.css +73 -0
  99. package/tests-unit/extend-selector/styles.config.ts +5 -0
  100. package/tests-unit/extract-and-length/extract-and-length.css +6 -5
  101. package/tests-unit/extract-and-length/extract-and-length.less +7 -2
  102. package/tests-unit/extract-and-length/legacy/extract-and-length.css +137 -0
  103. package/tests-unit/functions/functions.css +5 -16
  104. package/tests-unit/functions/functions.less +7 -20
  105. package/tests-unit/functions/legacy/functions.css +244 -0
  106. package/tests-unit/functions/legacy/functions.less +296 -0
  107. package/tests-unit/functions-each/functions-each.css +4 -2
  108. package/tests-unit/import/import-reference-issues.css +6 -6
  109. package/tests-unit/import/import-reference.css +4 -2
  110. package/tests-unit/import/legacy/import-reference-issues.css +27 -0
  111. package/tests-unit/import/legacy/import-reference.css +101 -0
  112. package/tests-unit/import/styles.config.cjs +5 -4
  113. package/tests-unit/layer/layer.css +30 -28
  114. package/tests-unit/layer/legacy/layer.css +136 -0
  115. package/tests-unit/layer/styles.config.ts +5 -0
  116. package/tests-unit/math-css-vars/math-css-vars.css +1 -0
  117. package/tests-unit/math-css-vars/math-css-vars.less +1 -0
  118. package/tests-unit/media/legacy/media.css +274 -0
  119. package/tests-unit/media/media.css +49 -43
  120. package/tests-unit/media/media.less +0 -2
  121. package/tests-unit/media/styles.config.cjs +5 -0
  122. package/tests-unit/merge/merge.css +2 -2
  123. package/tests-unit/mixin-noparens/legacy/mixin-noparens.css +10 -0
  124. package/tests-unit/mixin-noparens/mixin-noparens.css +4 -2
  125. package/tests-unit/mixin-noparens/styles.config.ts +5 -0
  126. package/tests-unit/mixins/legacy/maps.css +9 -0
  127. package/tests-unit/mixins/legacy/mixins.css +147 -0
  128. package/tests-unit/mixins/maps.css +7 -5
  129. package/tests-unit/mixins/mixins.css +7 -5
  130. package/tests-unit/mixins/styles.config.ts +5 -0
  131. package/tests-unit/mixins-closure/legacy/mixins-closure.css +12 -0
  132. package/tests-unit/mixins-closure/mixins-closure.css +4 -2
  133. package/tests-unit/mixins-closure/styles.config.ts +5 -0
  134. package/tests-unit/mixins-guards/legacy/mixins-guards.css +214 -0
  135. package/tests-unit/mixins-guards/mixins-guards.css +5 -3
  136. package/tests-unit/mixins-guards/mixins-guards.less +0 -1
  137. package/tests-unit/mixins-guards/styles.config.ts +5 -0
  138. package/tests-unit/mixins-guards-default-func/legacy/mixins-guards-default-func.css +132 -0
  139. package/tests-unit/mixins-guards-default-func/mixins-guards-default-func.css +0 -2
  140. package/tests-unit/mixins-important/mixins-important.css +33 -19
  141. package/tests-unit/mixins-interpolated/legacy/mixins-interpolated.css +42 -0
  142. package/tests-unit/mixins-interpolated/mixins-interpolated.css +24 -14
  143. package/tests-unit/mixins-interpolated/styles.config.ts +5 -0
  144. package/tests-unit/mixins-nested/legacy/mixins-nested.css +17 -0
  145. package/tests-unit/mixins-nested/mixins-nested.css +16 -12
  146. package/tests-unit/mixins-nested/styles.config.ts +5 -0
  147. package/tests-unit/nesting/legacy/nesting.css +27 -0
  148. package/tests-unit/nesting/nesting-uncollapsed.css +26 -0
  149. package/tests-unit/nesting/nesting.css +1 -1
  150. package/tests-unit/nesting/styles.config.ts +6 -0
  151. package/tests-unit/operations/operations.css +4 -2
  152. package/tests-unit/parse-interpolation/legacy/parse-interpolation.css +39 -0
  153. package/tests-unit/parse-interpolation/parse-interpolation.css +72 -35
  154. package/tests-unit/parse-interpolation/parse-interpolation.less +73 -25
  155. package/tests-unit/parse-interpolation/styles.config.ts +5 -0
  156. package/tests-unit/parser-property-interp/parser-property-interp.css +1 -1
  157. package/tests-unit/parser-property-interp/parser-property-interp.less +2 -2
  158. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +1 -9
  159. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +11 -11
  160. package/tests-unit/plugin/styles.config.ts +11 -0
  161. package/tests-unit/property-accessors/legacy/property-accessors.css +60 -0
  162. package/tests-unit/property-accessors/property-accessors.css +15 -7
  163. package/tests-unit/property-name-interp/legacy/property-name-interp.css +24 -0
  164. package/tests-unit/property-name-interp/property-name-interp.css +1 -1
  165. package/tests-unit/property-name-interp/property-name-interp.less +4 -2
  166. package/tests-unit/property-targeted/legacy/property-targeted.css +7 -0
  167. package/tests-unit/property-targeted/property-targeted.css +1 -1
  168. package/tests-unit/rulesets/legacy/rulesets.css +31 -0
  169. package/tests-unit/rulesets/rulesets.css +30 -30
  170. package/tests-unit/rulesets/styles.config.ts +5 -0
  171. package/tests-unit/scope/legacy/scope.css +41 -0
  172. package/tests-unit/scope/scope.css +1 -1
  173. package/tests-unit/selectors/selectors.css +13 -41
  174. package/tests-unit/styles.config.cjs +1 -1
  175. package/tests-unit/styles.config.ts +8 -0
  176. package/tests-unit/variables/legacy/variable-advanced.css +58 -0
  177. package/tests-unit/variables/variable-advanced.css +1 -4
  178. package/tests-unit/variables/variable-advanced.less +5 -4
  179. package/tests-unit/variables-in-at-rules/variables-in-at-rules.less +3 -2
  180. package/tests-unit/whitespace/legacy/whitespace.css +45 -0
  181. package/tests-unit/whitespace/whitespace.css +3 -2
  182. package/tests-warnings/parentless-ampersand-nested.less +6 -0
  183. package/tests-warnings/parentless-ampersand-nested.txt +42 -0
  184. package/tests-warnings/parentless-ampersand.less +3 -0
  185. package/tests-warnings/parentless-ampersand.txt +21 -0
  186. package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.css +0 -8
  187. package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.less +0 -24
  188. package/tests-config/rootpath-escape-interpolation/styles.config.cjs +0 -8
  189. package/tests-config/sourcemaps/url-interpolation/styles.config.cjs +0 -9
  190. package/tests-config/sourcemaps/url-interpolation/url-interpolation.css +0 -13
  191. package/tests-config/sourcemaps/url-interpolation/url-interpolation.less +0 -24
  192. package/tests-error/parse/property-interpolation-lookup.less +0 -8
  193. package/tests-error/parse/property-interpolation-lookup.txt +0 -4
  194. package/tests-unit/extend/extend-clearfix.less +0 -19
  195. package/tests-unit/lookup-interpolation/lookup-interpolation.css +0 -60
  196. package/tests-unit/lookup-interpolation/lookup-interpolation.less +0 -127
  197. package/tests-unit/media-nested-type/media-nested-type.css +0 -40
  198. package/tests-unit/media-nested-type/media-nested-type.less +0 -51
  199. /package/tests-unit/{directives-bubbling/directives-bubbling.less → at-rules-bubbling/at-rules-bubbling.less} +0 -0
  200. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.css +0 -0
  201. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.less +0 -0
  202. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.css +0 -0
  203. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.less +0 -0
  204. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/styles.config.cjs +0 -0
@@ -37,43 +37,45 @@
37
37
  .body header {
38
38
  background-color: red;
39
39
  }
40
- }
41
- @media print and (orientation: landscape) {
42
- .body {
43
- margin-left: 20px;
40
+ @media (orientation: landscape) {
41
+ .body {
42
+ margin-left: 20px;
43
+ }
44
44
  }
45
45
  }
46
46
  @media screen {
47
47
  .sidebar {
48
48
  width: 300px;
49
49
  }
50
- }
51
- @media screen and (orientation: landscape) {
52
- .sidebar {
53
- width: 500px;
54
- }
55
- }
56
- @media a and (b) {
57
- .first .second .third {
58
- width: 300px;
59
- }
60
- .first .second .fourth {
61
- width: 3;
50
+ @media (orientation: landscape) {
51
+ .sidebar {
52
+ width: 500px;
53
+ }
62
54
  }
63
55
  }
64
- @media a and (b) and (c) {
65
- .first .second .third {
66
- width: 500px;
56
+ @media a {
57
+ @media (b) {
58
+ .first .second .third {
59
+ width: 300px;
60
+ }
61
+ @media (c) {
62
+ .first .second .third {
63
+ width: 500px;
64
+ }
65
+ }
66
+ .first .second .fourth {
67
+ width: 3;
68
+ }
67
69
  }
68
70
  }
69
71
  @media a, (b) and (c) {
70
72
  .body {
71
73
  width: 95%;
72
74
  }
73
- }
74
- @media a and (x), (b) and (c) and (x), a and (y), (b) and (c) and (y) {
75
- .body {
76
- width: 100%;
75
+ @media (x), (y) {
76
+ .body {
77
+ width: 100%;
78
+ }
77
79
  }
78
80
  }
79
81
  .a {
@@ -83,10 +85,10 @@
83
85
  .a {
84
86
  background: white;
85
87
  }
86
- }
87
- @media handheld and (max-width: 100px) {
88
- .a {
89
- background: red;
88
+ @media (max-width: 100px) {
89
+ .a {
90
+ background: red;
91
+ }
90
92
  }
91
93
  }
92
94
  .b {
@@ -96,10 +98,10 @@
96
98
  .b {
97
99
  background: white;
98
100
  }
99
- }
100
- @media handheld and (max-width: 200px) {
101
- .b {
102
- background: red;
101
+ @media (max-width: 200px) {
102
+ .b {
103
+ background: red;
104
+ }
103
105
  }
104
106
  }
105
107
  @media only screen and (max-width: 200px) {
@@ -114,7 +116,7 @@
114
116
  @page :right {
115
117
  margin: 0.5cm;
116
118
  }
117
- @page Test:first {
119
+ @page Test :first {
118
120
  margin: 1cm;
119
121
  }
120
122
  @page :first {
@@ -169,7 +171,7 @@
169
171
  }
170
172
  }
171
173
  }
172
- @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 128dpcm) {
174
+ @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-resolution: 2dppx), (min-resolution: 128dpcm) {
173
175
  .b {
174
176
  background: red;
175
177
  }
@@ -185,20 +187,22 @@
185
187
  @media (max-width: 1000px) {
186
188
  .body {
187
189
  background: red;
188
- background: blue;
189
190
  }
190
- }
191
- @media (max-width: 1000px) and (max-width: 500px) {
191
+ @media (max-width: 500px) {
192
+ .body {
193
+ background: green;
194
+ }
195
+ }
192
196
  .body {
193
- background: green;
197
+ background: blue;
194
198
  }
195
199
  }
196
200
  @media (max-width: 1200px) {
197
201
  /* a comment */
198
- }
199
- @media (max-width: 1200px) and (max-width: 900px) {
200
- .body {
201
- font-size: 11px;
202
+ @media (max-width: 900px) {
203
+ .body {
204
+ font-size: 11px;
205
+ }
202
206
  }
203
207
  }
204
208
  @media (min-width: 480px) {
@@ -206,17 +210,19 @@
206
210
  display: table-cell;
207
211
  }
208
212
  }
209
- @media (min-width: 768px) and (min-width: 480px) {
213
+ @media (min-width: 768px) {
214
+ @media (min-width: 480px) {
210
215
  .menu > li {
211
216
  display: table-cell;
212
217
  }
213
218
  }
219
+ }
214
220
  @media all and (tv) {
215
221
  .all-and-tv-variables {
216
222
  var: all-and-tv;
217
223
  }
218
224
  }
219
- @media screen and (min-width: 61px) {
225
+ @media screen and (min-width: (60px + 1)) {
220
226
  .selector {
221
227
  foo: bar;
222
228
  }
@@ -1,5 +1,3 @@
1
- // For now, variables can't be declared inside @media blocks.
2
-
3
1
  @var: 42;
4
2
 
5
3
  @media print {
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ output: {
3
+ collapseNesting: true
4
+ }
5
+ };
@@ -22,12 +22,12 @@
22
22
  transform: scale(2, 4), scale(2, 4), scale(2, 4) !important;
23
23
  }
24
24
  .test-rule-interleaved {
25
- transform: t1, t2, t3;
26
25
  background: b1, b2, b3;
26
+ transform: t1, t2, t3;
27
27
  }
28
28
  .test-rule-spaced {
29
- transform: t1 t2 t3;
30
29
  background: b1 b2, b3;
30
+ transform: t1 t2 t3;
31
31
  }
32
32
  .test-rule-interleaved-with-spaced {
33
33
  transform: t1s, t2 t3s, t4 t5s t6s;
@@ -0,0 +1,10 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ #theme > .mixin {
5
+ background-color: grey;
6
+ }
7
+ #container {
8
+ color: black;
9
+ background-color: grey;
10
+ }
@@ -1,5 +1,7 @@
1
- #theme > .mixin {
2
- background-color: grey;
1
+ #theme {
2
+ > .mixin {
3
+ background-color: grey;
4
+ }
3
5
  }
4
6
  #container {
5
7
  color: black;
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,9 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .maps h2 {
5
+ width: 10px;
6
+ }
7
+ .maps h1 {
8
+ color: white;
9
+ }
@@ -0,0 +1,147 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .mixin {
5
+ border: 1px solid black;
6
+ }
7
+ .mixout {
8
+ border-color: orange;
9
+ }
10
+ .borders {
11
+ border-style: dashed;
12
+ }
13
+ .mixin > * {
14
+ border: do not match me;
15
+ }
16
+ #namespace .borders {
17
+ border-style: dotted;
18
+ }
19
+ #namespace .biohazard {
20
+ content: "death";
21
+ }
22
+ #namespace .biohazard .man {
23
+ color: transparent;
24
+ }
25
+ #theme > .mixin {
26
+ background-color: grey;
27
+ }
28
+ #container {
29
+ color: black;
30
+ border: 1px solid black;
31
+ border-color: orange;
32
+ background-color: grey;
33
+ }
34
+ #header .milk {
35
+ color: inherit;
36
+ border: 1px solid black;
37
+ background-color: grey;
38
+ }
39
+ #header #cookie {
40
+ border-style: dashed;
41
+ }
42
+ #header #cookie .chips {
43
+ border-style: dotted;
44
+ }
45
+ #header #cookie .chips .calories {
46
+ color: black;
47
+ border: 1px solid black;
48
+ border-color: orange;
49
+ background-color: grey;
50
+ }
51
+ .secure-zone {
52
+ color: transparent;
53
+ }
54
+ .direct {
55
+ border-style: dotted;
56
+ }
57
+ .bo,
58
+ .bar {
59
+ width: 100%;
60
+ }
61
+ .bo {
62
+ border: 1px;
63
+ }
64
+ .ar.bo.ca {
65
+ color: black;
66
+ }
67
+ .jo.ki {
68
+ background: none;
69
+ }
70
+ .amp.support {
71
+ color: orange;
72
+ }
73
+ .amp.support .higher {
74
+ top: 0px;
75
+ }
76
+ .amp.support.deeper {
77
+ height: auto;
78
+ }
79
+ .extended {
80
+ width: 100%;
81
+ border: 1px;
82
+ background: none;
83
+ color: orange;
84
+ top: 0px;
85
+ height: auto;
86
+ }
87
+ .extended .higher {
88
+ top: 0px;
89
+ }
90
+ .extended.deeper {
91
+ height: auto;
92
+ }
93
+ .do .re .mi .fa .sol .la .si {
94
+ color: cyan;
95
+ }
96
+ .mutli-selector-parents {
97
+ color: cyan;
98
+ }
99
+ .foo .bar {
100
+ width: 100%;
101
+ }
102
+ .underParents {
103
+ color: red;
104
+ }
105
+ .parent .underParents {
106
+ color: red;
107
+ }
108
+ * + h1 {
109
+ margin-top: 25px;
110
+ }
111
+ legend + h1 {
112
+ margin-top: 0;
113
+ }
114
+ h1 + * {
115
+ margin-top: 10px;
116
+ }
117
+ * + h2 {
118
+ margin-top: 20px;
119
+ }
120
+ legend + h2 {
121
+ margin-top: 0;
122
+ }
123
+ h2 + * {
124
+ margin-top: 8px;
125
+ }
126
+ * + h3 {
127
+ margin-top: 15px;
128
+ }
129
+ legend + h3 {
130
+ margin-top: 0;
131
+ }
132
+ h3 + * {
133
+ margin-top: 5px;
134
+ }
135
+ .error {
136
+ background-image: "/a.png";
137
+ background-position: center center;
138
+ }
139
+ .test-rule-rec .recursion {
140
+ color: black;
141
+ }
142
+ .button {
143
+ padding-left: 44px;
144
+ }
145
+ .button.large {
146
+ padding-left: 40em;
147
+ }
@@ -1,6 +1,8 @@
1
- .maps h2 {
2
- width: 10px;
3
- }
4
- .maps h1 {
5
- color: white;
1
+ .maps {
2
+ h2 {
3
+ width: 10px;
4
+ }
5
+ h1 {
6
+ color: white;
7
+ }
6
8
  }
@@ -33,9 +33,6 @@
33
33
  border: 1px solid black;
34
34
  background-color: grey;
35
35
  }
36
- #header #cookie {
37
- border-style: dashed;
38
- }
39
36
  #header #cookie .chips {
40
37
  border-style: dotted;
41
38
  }
@@ -45,6 +42,9 @@
45
42
  border-color: orange;
46
43
  background-color: grey;
47
44
  }
45
+ #header #cookie {
46
+ border-style: dashed;
47
+ }
48
48
  .secure-zone {
49
49
  color: transparent;
50
50
  }
@@ -78,8 +78,6 @@
78
78
  border: 1px;
79
79
  background: none;
80
80
  color: orange;
81
- top: 0px;
82
- height: auto;
83
81
  }
84
82
  .extended .higher {
85
83
  top: 0px;
@@ -87,6 +85,10 @@
87
85
  .extended.deeper {
88
86
  height: auto;
89
87
  }
88
+ .extended {
89
+ top: 0px;
90
+ height: auto;
91
+ }
90
92
  .do .re .mi .fa .sol .la .si {
91
93
  color: cyan;
92
94
  }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,12 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .class {
5
+ width: 99px;
6
+ }
7
+ .overwrite {
8
+ width: 99px;
9
+ }
10
+ .nested .class {
11
+ width: 5px;
12
+ }
@@ -4,6 +4,8 @@
4
4
  .overwrite {
5
5
  width: 99px;
6
6
  }
7
- .nested .class {
8
- width: 5px;
7
+ .nested {
8
+ .class {
9
+ width: 5px;
10
+ }
9
11
  }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,214 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .light1 {
5
+ color: inherit;
6
+ margin: 1px;
7
+ }
8
+ .light2 {
9
+ color: black;
10
+ margin: 1px;
11
+ }
12
+ .max1 {
13
+ width: 6;
14
+ }
15
+ .max2 {
16
+ width: 8;
17
+ }
18
+ .glob1 {
19
+ margin: auto auto;
20
+ }
21
+ .ops1 {
22
+ height: gt-or-eq;
23
+ height: lt-or-eq;
24
+ height: lt-or-eq-alias;
25
+ }
26
+ .ops2 {
27
+ height: gt-or-eq;
28
+ height: not-eq;
29
+ }
30
+ .ops3 {
31
+ height: lt-or-eq;
32
+ height: lt-or-eq-alias;
33
+ height: not-eq;
34
+ }
35
+ .default1 {
36
+ content: default;
37
+ }
38
+ .test-rule1 {
39
+ content: "true.";
40
+ }
41
+ .test-rule2 {
42
+ content: "false.";
43
+ }
44
+ .test-rule3 {
45
+ content: "false.";
46
+ }
47
+ .test-rule4 {
48
+ content: "false.";
49
+ }
50
+ .test-rule5 {
51
+ content: "false.";
52
+ }
53
+ .bool1 {
54
+ content: true and true;
55
+ content: true;
56
+ content: false, true;
57
+ content: false and true and true, true;
58
+ content: false, true and true;
59
+ content: false, false, true;
60
+ content: false, true and true and true, false;
61
+ content: not false;
62
+ content: not false and false, not false;
63
+ }
64
+ .equality-units {
65
+ test: pass;
66
+ }
67
+ .colorguardtest {
68
+ content: is red;
69
+ content: is not blue its red;
70
+ content: is not blue its purple;
71
+ }
72
+ .stringguardtest {
73
+ content: "theme1" is "theme1";
74
+ content: "theme1" is not "theme2";
75
+ content: "theme1" is 'theme1';
76
+ content: "theme1" is not 'theme2';
77
+ content: 'theme1' is "theme1";
78
+ content: 'theme1' is not "theme2";
79
+ content: 'theme1' is 'theme1';
80
+ content: 'theme1' is not 'theme2';
81
+ content: theme1 is not "theme2";
82
+ content: theme1 is not 'theme2';
83
+ content: theme1 is theme1;
84
+ }
85
+ .variouse-types-comparison {
86
+ /**/
87
+ content: true is not equal to false;
88
+ content: false is not equal to true too;
89
+ /**/
90
+ content: 1 is not equal to true;
91
+ content: true is not equal to 1 too;
92
+ /**/
93
+ content: 2 is equal to 2px;
94
+ content: 2px is equal to 2 too;
95
+ /**/
96
+ content: 3 is equal to 3;
97
+ content: 3 is equal to 3 too;
98
+ /**/
99
+ content: 5 is not equal to 4;
100
+ content: 4 is not equal to 5 too;
101
+ /**/
102
+ content: abc is equal to abc;
103
+ content: abc is equal to abc too;
104
+ /**/
105
+ content: abc is not equal to "abc";
106
+ content: "abc" is not equal to abc too;
107
+ /**/
108
+ content: 'abc' is less than "abd";
109
+ content: "abd" is greater than 'abc' too;
110
+ content: 'abc' is not equal to "abd";
111
+ content: "abd" is not equal to 'abc' too;
112
+ /**/
113
+ content: 6 is equal to 6;
114
+ content: 6 is equal to 6 too;
115
+ /**/
116
+ content: 8 is less than 9 too;
117
+ content: 9 is greater than 8;
118
+ content: 9 is not equal to 8;
119
+ content: 8 is not equal to 9 too;
120
+ /**/
121
+ content: a is not equal to b;
122
+ content: b is not equal to a too;
123
+ /**/
124
+ content: 1 2 is not equal to 3;
125
+ content: 3 is not equal to 1 2 too;
126
+ }
127
+ .list-comparison {
128
+ /**/
129
+ content: a b c is equal to a b c;
130
+ content: a b c is equal to a b c too;
131
+ /**/
132
+ content: a b c is not equal to a b d;
133
+ content: a b d is not equal to a b c too;
134
+ /**/
135
+ content: a, b, c is equal to a, b, c;
136
+ content: a, b, c is equal to a, b, c too;
137
+ /**/
138
+ content: a, b, c is not equal to a, b, d;
139
+ content: a, b, d is not equal to a, b, c too;
140
+ /**/
141
+ content: 1 2px 300ms is equal to 1em 2 0.3s;
142
+ content: 1em 2 0.3s is equal to 1 2px 300ms too;
143
+ /**/
144
+ content: 1 2 3 is not equal to 1, 2, 3;
145
+ content: 1, 2, 3 is not equal to 1 2 3 too;
146
+ /**/
147
+ content: 1, 2, 3 is equal to 1, 2, 3;
148
+ content: 1, 2, 3 is equal to 1, 2, 3 too;
149
+ /**/
150
+ content: 1 2 3 1, 2, 3 is equal to 1 2 3 1, 2, 3;
151
+ content: 1 2 3 1, 2, 3 is equal to 1 2 3 1, 2, 3 too;
152
+ /**/
153
+ content: 1 2 3 1, 2, 3 is not equal to 1, 2, 3 1 2 3;
154
+ content: 1, 2, 3 1 2 3 is not equal to 1 2 3 1, 2, 3 too;
155
+ /**/
156
+ content: 1 2 3 1, 2, 3 4 is equal to 1 2 3 1, 2, 3 4;
157
+ content: 1 2 3 1, 2, 3 4 is equal to 1 2 3 1, 2, 3 4 too;
158
+ }
159
+ #tryNumberPx {
160
+ catch: all;
161
+ declare: 4;
162
+ declare: 4px;
163
+ }
164
+ .call-lock-mixin .call-inner-lock-mixin {
165
+ a: 1;
166
+ x: 1;
167
+ }
168
+ .mixin-generated-class {
169
+ a: 1;
170
+ }
171
+ #guarded-caller {
172
+ guarded: namespace;
173
+ silent: namespace;
174
+ guarded: with default;
175
+ }
176
+ #guarded-deeper {
177
+ should: match 1;
178
+ }
179
+ #parenthesisNot-true {
180
+ parenthesisNot: just-value;
181
+ parenthesisNot: negated twice 1;
182
+ parenthesisNot: negated twice 2;
183
+ parenthesisNot: negated twice 3;
184
+ }
185
+ #parenthesisNot-false {
186
+ parenthesisNot: negated once inside;
187
+ parenthesisNot: negated once outside;
188
+ parenthesisNot: negated once middle;
189
+ }
190
+ #orderOfEvaluation-false-false-true {
191
+ no-parenthesis: evaluated true 1a;
192
+ no-parenthesis: evaluated true 1b;
193
+ no-parenthesis: evaluated true 1d;
194
+ no-parenthesis: evaluated true 3;
195
+ no-parenthesis: evaluated true 4;
196
+ with-parenthesis: evaluated true;
197
+ }
198
+ #orderOfEvaluation-false-false-false {
199
+ no-parenthesis: evaluated true 2a;
200
+ no-parenthesis: evaluated true 2b;
201
+ no-parenthesis: evaluated true 2c;
202
+ }
203
+ #orderOfEvaluation-true-true-false {
204
+ no-parenthesis: evaluated true 1a;
205
+ no-parenthesis: evaluated true 1b;
206
+ no-parenthesis: evaluated true 1c;
207
+ no-parenthesis: evaluated true 1d;
208
+ no-parenthesis: evaluated true 1e;
209
+ no-parenthesis: evaluated true 2a;
210
+ no-parenthesis: evaluated true 2b;
211
+ no-parenthesis: evaluated true 2c;
212
+ no-parenthesis: evaluated true 4;
213
+ with-parenthesis: evaluated true;
214
+ }
@@ -158,9 +158,11 @@
158
158
  declare: 4;
159
159
  declare: 4px;
160
160
  }
161
- .call-lock-mixin .call-inner-lock-mixin {
162
- a: 1;
163
- x: 1;
161
+ .call-lock-mixin {
162
+ .call-inner-lock-mixin {
163
+ a: 1;
164
+ x: 1;
165
+ }
164
166
  }
165
167
  .mixin-generated-class {
166
168
  a: 1;
@@ -366,4 +366,3 @@
366
366
 
367
367
  .test-not-noparens1 { .test-not-noparens(true) }
368
368
  .test-not-noparens2 { .test-not-noparens(false) }
369
-